mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a case where the GCD bar could get cut off early when spamming an instant-cast spell
This commit is contained in:
@ -96,6 +96,10 @@ function GlobalCoolDown.prototype:CooldownStateChanged(event, unit, spell)
|
||||
self:Show(true)
|
||||
end
|
||||
end
|
||||
|
||||
if event == "UNIT_SPELLCAST_SUCCEEDED" then
|
||||
self.CurrSpell = nil
|
||||
end
|
||||
end
|
||||
|
||||
function GlobalCoolDown.prototype:MyOnUpdate()
|
||||
|
Reference in New Issue
Block a user