diff --git a/ClassicCastbars/ClassicCastbars.lua b/ClassicCastbars/ClassicCastbars.lua index 4a54902..681f8c2 100644 --- a/ClassicCastbars/ClassicCastbars.lua +++ b/ClassicCastbars/ClassicCastbars.lua @@ -215,6 +215,11 @@ function addon:StoreCast(unitGUID, spellName, spellID, iconTexturePath, castTime cast.maxValue = 2 cast.endTime = currTime + 2 end + -- HACK: force show 7s cast time for Sapphiron's Frost Breath + if npcID == "15989" and cast.spellID == 3131 then + cast.maxValue = 7 + cast.endTime = currTime + 7 + end end end