Skip to content

Commit

Permalink
Fix missing event
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 5, 2024
1 parent b5ed5b7 commit 8fc4963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DBM-Raids-Vanilla/VanillaSoD_SunkenTemple/JammalanAndOgom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 437805 437868 437817 437995 437928 437921 437809 437927",
"SPELL_CAST_SUCCESS 437847 437930",
"SPELL_AURA_APPLIED 437809 437847 437927 437930"
-- "SPELL_AURA_APPLIED_DOSE"
"SPELL_AURA_APPLIED 437809 437847 437927 437930",
-- "SPELL_AURA_APPLIED_DOSE",
"UNIT_DIED"
)

--[[
Expand Down

0 comments on commit 8fc4963

Please sign in to comment.