diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_chogall.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_chogall.cpp index 7f97cc01d6b..fca25efff05 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_chogall.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_chogall.cpp @@ -793,6 +793,7 @@ struct npc_chogall_elemental : public PassiveAI { if (!chogall->HasUnitState(UNIT_STATE_CASTING)) { + chogall->StopMoving(); if (me->GetEntry() == NPC_FIRE_ELEMENTAL) DoCastSelf(SPELL_ABSORB_FIRE_REVERSE_CAST); else