Skip to content

Commit

Permalink
Update MekgineerThermaplugg.lua (#50)
Browse files Browse the repository at this point in the history
fix RegisterEvents
  • Loading branch information
emmericp authored Feb 3, 2024
1 parent 7292609 commit 48dbbb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ mod:SetEncounterID(2940)

mod:RegisterCombat("combat")

--mod:RegisterEventsInCombat(
mod:RegisterEventsInCombat(
-- "SPELL_CAST_START",
"SPELL_CAST_SUCCESS 438863 438862 438861 437853"
-- "SPELL_AURA_APPLIED",
-- "SPELL_AURA_APPLIED_DOSE",
-- "SPELL_AURA_REMOVED"
--)
)

local warningSummonBomb = mod:NewSpellAnnounce(438863, 2)
--local warnCorrosion = mod:NewStackAnnounce(427625, 2, nil, "Tank|Healer")
Expand Down

0 comments on commit 48dbbb0

Please sign in to comment.