WoWInterface SVN BabySeal

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

BabySeal.lua
35,7 → 35,7
 
local buff, expires
timer:SetScript("OnLoop", function(t, requested)
buff, expires, duration = self:Inspect()
buff, expires = self:Inspect()
if not buff and self.playerBuff then
self.playerBuff = false
self:Complain(self.messages.expired)
91,6 → 91,7
-- Warn if entering combat without buff
function BabySeal:PLAYER_REGEN_DISABLED()
if not self:Inspect() then
self.playerBuff = false
self:Complain(self.messages.combat)
end
self.timer:Play()