Skip to content

Commit

Permalink
timer tweak on sha of anger
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed May 25, 2024
1 parent b8d3007 commit 525b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Pandaria/Anger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function mod:OnCombatStart(delay, yellTriggered)
playerMCed = false
if yellTriggered then
timerUnleashedWrathCD:Start(-delay)
timerGrowingAngerCD:Start(-delay)
timerGrowingAngerCD:Start(30.6-delay)
end
end

Expand Down

0 comments on commit 525b667

Please sign in to comment.