Skip to content

Commit

Permalink
Fix luaLS error
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 20, 2024
1 parent 7eadfeb commit 6bbd674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DBM-Raids-Shadowlands/Sepulcher/TheJailer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 362401 360281 366285 365150 365153 362075 365219 365222 362192 368383 360174 368593 363748 368591 181089 360378",--362024 360180
"SPELL_AURA_REMOVED 362401 360281 366285 365150 365153 365222 368383 360174 368593 363748 368591 363886",--360180
"SPELL_PERIODIC_DAMAGE 360425 365174",
"SPELL_PERIODIC_MISSED 360425 365174",
"UNIT_SPELLCAST_SUCCEEDED boss1"
"SPELL_PERIODIC_MISSED 360425 365174"
-- "UNIT_SPELLCAST_SUCCEEDED boss1"
)

--TODO, is tyranny warning appropriate? maybe track debuff for mythic?
Expand Down Expand Up @@ -69,7 +69,7 @@ local yellRuneofDamnationFades = mod:NewIconFadesYell(360281)
local timerRelentingDominationCD = mod:NewCDCountTimer(28.8, 362028, nil, nil, nil, 2)
local timerTyrany = mod:NewCDTimer(11, 366132, nil, nil, nil, 3)
local timerChainsofOppressionCD = mod:NewCDCountTimer(28.8, 362631, nil, nil, nil, 3)
local timerMartyrdomCD = mod:NewCDCountTimer(28.8, 363893, DBM_COMMON_L.TANKCOMBOC, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerMartyrdomCD = mod:NewCDCountTimer(28.8, 363893, DBM_COMMON_L.TANKCOMBO.." (%s)", nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerTormentCD = mod:NewCDCountTimer(28.8, 365436, nil, nil, nil, 2)
local timerRuneofDamnationCD = mod:NewCDCountTimer(28.8, 360281, DBM_COMMON_L.BOMBS.." (%s)", nil, nil, 3)

Expand Down

0 comments on commit 6bbd674

Please sign in to comment.