Skip to content

Commit

Permalink
force show 7s cast time for Sapphiron's Frost Breath
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Dec 28, 2020
1 parent ea4fbc4 commit 537a784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ClassicCastbars/ClassicCastbars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 537a784

Please sign in to comment.