mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
GCD doesn't function in Classic
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
v1.12.5:
|
||||||
|
- (Classic) Disabled GCD module as the Classic client doesn't support tracking GCD.
|
||||||
|
- (Classic) Packaged new LibDogTag-Unit to pick up Happiness tag fixes.
|
||||||
|
|
||||||
v1.12.4:
|
v1.12.4:
|
||||||
- Fixed spellcast failure events on the castbar not being handled properly. (thanks, Fulzamoth!)
|
- Fixed spellcast failure events on the castbar not being handled properly. (thanks, Fulzamoth!)
|
||||||
|
|
||||||
|
@ -291,4 +291,6 @@ function GlobalCoolDown.prototype:GetSpellId()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Load us up
|
-- Load us up
|
||||||
IceHUD.GlobalCoolDown = GlobalCoolDown:new()
|
if not IceHUD.WowClassic then
|
||||||
|
IceHUD.GlobalCoolDown = GlobalCoolDown:new()
|
||||||
|
end
|
||||||
|
Reference in New Issue
Block a user