Skip to content

Commit

Permalink
Amirdrassil/Fyrakk: Missed adding event
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Nov 16, 2023
1 parent 5b528fe commit 0e9dbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Amirdrassil/Fyrakk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ function mod:GetOptions()
end

function mod:OnBossEnable()
self:RegisterUnitEvent("UNIT_SPELLCAST_SUCCEEDED", nil, "boss1") -- Incarnate

self:Log("SPELL_AURA_APPLIED", "GroundDamage", 419504, 425483) -- Raging Flames, Incinerated
self:Log("SPELL_PERIODIC_DAMAGE", "GroundDamage", 419504, 425483, 410223) -- Shadowflame Breath (not in _APPLIED)
self:Log("SPELL_PERIODIC_MISSED", "GroundDamage", 419504, 425483, 410223)
Expand Down

0 comments on commit 0e9dbad

Please sign in to comment.