fix(Scripts/ZulAman): Remove Zul'jin Electrical Storm on phase change (#20651)
This commit is contained in:
parent
aa847d110a
commit
4aca845fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue