Skip to content

Commit

Permalink
Helps when you hit save on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Dec 14, 2024
1 parent c345687 commit eff9485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-Vanilla/BWL/Chromaggus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local timerBreath = mod:NewTimer(2, "TimerBreath", 23316, nil, nil, 3)
local timerBreathCD = mod:NewTimer(60, "TimerBreathCD", 23316, nil, nil, 3)
local timerAllBreaths = mod:NewTimer(80, "TimerAllBreaths", 23316, nil, nil, 3)
local timerFrenzy = mod:NewBuffActiveTimer(8, 23128, nil, "Tank|RemoveEnrage|Healer", 3, 5, nil, DBM_COMMON_L.TANK_ICON..DBM_COMMON_L.ENRAGE_ICON)
local timerVuln = mod:NewTimer(19.5, "TimerVulnCD", nil, nil, nil, nil, nil, true) -- seen 16.94 - 25.53, avg 21.8; extreme outliers are somewhat rare, so going for 19.5
local timerVuln = mod:NewTimer("v17-25.5", "TimerVulnCD", nil, nil, nil, nil, nil, true) -- seen 16.94 - 25.53, avg 21.8; extreme outliers are somewhat rare, so going for 19.5
local timerFetch = mod:NewCDTimer(40, 467884)
local timerRollOver = mod:NewBuffActiveTimer(16, 468199)

Expand Down

0 comments on commit eff9485

Please sign in to comment.