Skip to content

Commit

Permalink
Fix one more superficial one to make LuaLS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 12, 2024
1 parent f0e3c9e commit f3cf513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-Cata/Firelands/Ragnaros.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ local timerPhaseSons = mod:NewTimer(45, "TimerPhaseSons", 99014, nil, nil, 6) -
local timerCloudBurstCD = mod:NewCDTimer(50, 100714)
local timerBreadthofFrostCD = mod:NewCDTimer(45, 100479)
local timerEntrapingRootsCD = mod:NewCDTimer(56, 100646, nil, nil, nil, 5)--56-60sec variations. Always cast before empowered sulf, varies between 3 sec before and like 11 sec before.
local timerEmpoweredSulfCD = mod:NewCDTimer(56, 100604, nil, nil, nil, 5, nil, DBM_COMMON_L.DEADLY_ICON..DBM_COMMON_L.TANK_ICON, nil, mod:IsTank() and 1, 5)--56-64sec variations
local timerEmpoweredSulfCD = mod:NewCDTimer(56, 100604, nil, nil, nil, 5, nil, DBM_COMMON_L.DEADLY_ICON..DBM_COMMON_L.TANK_ICON, nil, mod:IsTank() and 1 or nil, 5)--56-64sec variations
local timerEmpoweredSulf = mod:NewBuffActiveTimer(10, 100604, nil, "Tank", nil, 5, nil, DBM_COMMON_L.DEADLY_ICON..DBM_COMMON_L.TANK_ICON, nil, 1, 0)--Countout timer
local timerDreadFlameCD = mod:NewCDTimer(40, 100675, nil, false, nil, 5)--Off by default as only the people dealing with them care about it.

Expand Down

0 comments on commit f3cf513

Please sign in to comment.