mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/SunwellPlateau): Clear basic events on death (#21374)
This commit is contained in:
@@ -140,6 +140,7 @@ struct boss_felmyst : public BossAI
|
||||
void JustDied(Unit* killer) override
|
||||
{
|
||||
BossAI::JustDied(killer);
|
||||
me->m_Events.KillAllEvents(false);
|
||||
Talk(YELL_DEATH);
|
||||
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_FOG_OF_CORRUPTION_CHARM);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user