- added spell ids for holy word: sanctuary and serenity since GetSpellCooldown() is bugged with them by name

This commit is contained in:
Parnic
2010-12-15 06:35:34 +00:00
parent 3a4519ce83
commit d14a2e5cb7

View File

@ -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()