fix(Scripts/ZulAman): Remove Zul'jin Electrical Storm on phase change (#20651)

This commit is contained in:
Andrew
2024-11-20 18:27:53 -03:00
committed by GitHub
parent aa847d110a
commit 4aca845fab

View File

@@ -201,7 +201,7 @@ struct boss_zuljin : public BossAI
ScheduleHealthCheckEvent({ 40 }, [&] {
EnterPhase(PHASE_LYNX);
me->RemoveAurasDueToSpell(SPELL_ENERGY_STORM);
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_ENERGY_STORM);
me->RemoveOwnedAura(SPELL_ENERGY_STORM);
summons.DespawnEntry(CREATURE_FEATHER_VORTEX);
me->ResumeChasingVictim();