Skip to content

Commit

Permalink
Fixed broken inline icon on Zarithrian
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed May 11, 2024
1 parent 548a62f commit 82cb5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/RubySanctum/Zarithrian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local warnCleaveArmor = mod:NewStackAnnounce(74367, 2, nil, "Tank|Healer")
local specWarnFear = mod:NewSpecialWarningSpell(74384, nil, nil, nil, 2, 2)
local specWarnCleaveArmor = mod:NewSpecialWarningStack(74367, nil, 2, nil, nil, 1, 6)--ability lasts 30 seconds, has a 15 second cd, so tanks should trade at 2 stacks.

local timerAddsCD = mod:NewTimer(45.5, "TimerAdds", 74398, nil, nil, 1, nil, DBM_COMMON_L.DAMAGE_ICON)
local timerAddsCD = mod:NewTimer(45.5, "TimerAdds", 74398, nil, nil, 1, DBM_COMMON_L.DAMAGE_ICON)
local timerCleaveArmor = mod:NewTargetTimer(30, 74367, nil, "Tank|Healer", nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerFearCD = mod:NewCDTimer(33, 74384, nil, nil, nil, 2)--anywhere from 33-40 seconds in between fears.

Expand Down

0 comments on commit 82cb5e6

Please sign in to comment.