mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a typo in combo points module
- added missing 'then' in gcd module - removed registration of unnecessary events in player and target mana for DK rune stuff
This commit is contained in:
@ -40,7 +40,7 @@ end
|
||||
|
||||
function GlobalCoolDown.prototype:GetSpellName()
|
||||
local defaultSpells;
|
||||
if (IceHUD.WowVer >= 30000)
|
||||
if (IceHUD.WowVer >= 30000) then
|
||||
defaultSpells = {
|
||||
ROGUE=GetSpellInfo(1833), -- cheap shot
|
||||
PRIEST=GetSpellInfo(139), -- renew
|
||||
|
Reference in New Issue
Block a user