From d14a2e5cb715b678f976bbb76d2a56adf842f016 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 15 Dec 2010 06:35:34 +0000 Subject: [PATCH] - added spell ids for holy word: sanctuary and serenity since GetSpellCooldown() is bugged with them by name --- modules/CustomCDBar.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/CustomCDBar.lua b/modules/CustomCDBar.lua index e4e78a3..841bc65 100644 --- a/modules/CustomCDBar.lua +++ b/modules/CustomCDBar.lua @@ -14,7 +14,8 @@ IceCustomCDBar.prototype.coolingDown = false -- super temp...remove this when blizzard fixes these spells to work by name with GetSpellCooldown() local brokenSpellsNameToId = {} -table.insert(brokenSpellsNameToId, {"Holy Word: Aspire",88682}) +table.insert(brokenSpellsNameToId, {"Holy Word: Serenity",88684}) +table.insert(brokenSpellsNameToId, {"Holy Word: Sanctuary",88685}) -- Constructor -- function IceCustomCDBar.prototype:init()