Skip to content

Commit

Permalink
oops forgot to put the 15.8 in
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 9, 2025
1 parent 8caad98 commit 33527fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local timerSplishSplashCD = mod:NewCDNPTimer(100, 1217496, nil, nil, nil, 3)
local timerBackwashCD = mod:NewCDNPTimer(100, 469721, nil, nil, nil, 2)--TODO, add recast
local timerWarpBloodCD = mod:NewCDNPTimer(20.6, 465827, nil, nil, nil, 2)
local timerSparkslamCD = mod:NewCDNPTimer(10.9, 465666, nil, nil, nil, 3)
local timerJettisonkelpCD = mod:NewCDNPTimer(60, 471736, nil, nil, nil, 5)
local timerJettisonkelpCD = mod:NewCDNPTimer(15.8, 471736, nil, nil, nil, 5)
local timerOverchargeCD = mod:NewCDNPTimer(10.7, 469799, nil, nil, nil, 5, nil, DBM_COMMON_L.MAGIC_ICON)--10-15
local timerSurveyingBeamCD = mod:NewCDNPTimer(20.6, 462771, nil, nil, nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON)
local timerBloodthirstyCackleCD = mod:NewCDNPTimer(100, 463058, nil, nil, nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON)--TODO, add recast
Expand Down

0 comments on commit 33527fd

Please sign in to comment.