WoWInterface SVN BabySeal

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 12 to Rev 13
    Reverse comparison

Rev 12 → Rev 13

BabySeal/BabySeal.lua
70,7 → 70,7
end
 
if db.sound then
PlaySound("RaidWarning")
PlaySound("RaidWarning", "MASTER")
end
end
 
78,7 → 78,7
for k,v in pairs(self.spells) do
local name, rank, icon, count, dispelType, duration, expires, caster, isStealable = UnitBuff("player", v)
 
if name then
if name then
self.playerBuff = caster == "player" and true or false
return true, expires
end
BabySeal/BabySeal.toc
2,7 → 2,7
## Title: BabySeal
## Notes: Complains when you lose a class-buff or enter combat without one.
## Author: Ailae
## Version: 40000.wowi:revision
## Version: 40000.13
## SavedVariables: BabySealDB
 
BabySeal.lua
BabySeal Property changes : Deleted: tsvn:logtemplate - Ailae@BabySeal: