- fixed the GCD bar not animating

This commit is contained in:
Parnic
2010-11-06 15:04:12 +00:00
parent fa8b895214
commit 3ab6ccdb18

View File

@ -56,6 +56,10 @@ function GlobalCoolDown.prototype:GetOptions()
return opts return opts
end end
function GlobalCoolDown.prototype:IsFull(scale)
return false
end
function GlobalCoolDown.prototype:CooldownStateChanged(event, unit, spell) function GlobalCoolDown.prototype:CooldownStateChanged(event, unit, spell)
if unit ~= "player" or not spell then if unit ~= "player" or not spell then
return return