mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed the GCD bar not animating
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user