WoWInterface SVN BabySeal

Compare Revisions

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

Rev 5 → Rev 4

BabySeal.lua
35,7 → 35,7
 
local buff, expires
timer:SetScript("OnLoop", function(t, requested)
buff, expires = self:Inspect()
buff, expires, duration = self:Inspect()
if not buff and self.playerBuff then
self.playerBuff = false
self:Complain(self.messages.expired)
91,7 → 91,6
-- 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()