Skip to content

Commit

Permalink
tweak option default
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 29, 2024
1 parent 266fe9a commit 038deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-Cata/Firelands/Shannox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local timerCrystalPrison = mod:NewTargetTimer(10, 99837, nil, nil, nil, 5)--Dog
local timerCrystalPrisonCD = mod:NewCDTimer(25.5, 99836, nil, nil, nil, 3)--Seems consistent timing, other trap is not.
local timerSpearCD = mod:NewCDTimer(42, 100002, nil, nil, nil, 3)--Before riplimb dies
local timerMagmaRuptureCD = mod:NewCDTimer(15, 99840, nil, nil, nil, 2)--After riplimb dies
local timerFaceRageCD = mod:NewCDTimer(27, 99947, nil, false, nil, 3)--Has a 27-30 sec cd but off by default as it's subject to wild variation do to traps.
local timerFaceRageCD = mod:NewCDTimer(27, 99947, nil, nil, nil, 3)--Has a 27-30 sec cd but off by default as it's subject to wild variation do to traps.

local berserkTimer = mod:NewBerserkTimer(600)

Expand Down

0 comments on commit 038deb4

Please sign in to comment.