mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- added spell ids for holy word: sanctuary and serenity since GetSpellCooldown() is bugged with them by name
This commit is contained in:
@ -14,7 +14,8 @@ IceCustomCDBar.prototype.coolingDown = false
|
|||||||
|
|
||||||
-- super temp...remove this when blizzard fixes these spells to work by name with GetSpellCooldown()
|
-- super temp...remove this when blizzard fixes these spells to work by name with GetSpellCooldown()
|
||||||
local brokenSpellsNameToId = {}
|
local brokenSpellsNameToId = {}
|
||||||
table.insert(brokenSpellsNameToId, {"Holy Word: Aspire",88682})
|
table.insert(brokenSpellsNameToId, {"Holy Word: Serenity",88684})
|
||||||
|
table.insert(brokenSpellsNameToId, {"Holy Word: Sanctuary",88685})
|
||||||
|
|
||||||
-- Constructor --
|
-- Constructor --
|
||||||
function IceCustomCDBar.prototype:init()
|
function IceCustomCDBar.prototype:init()
|
||||||
|
Reference in New Issue
Block a user