diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp index c7a9cd3d6..44b58e12f 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp @@ -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();