diff --git a/src/server/game/AI/SmartScripts/SmartAI.cpp b/src/server/game/AI/SmartScripts/SmartAI.cpp index 55ebd43d1..d48cf2681 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.cpp +++ b/src/server/game/AI/SmartScripts/SmartAI.cpp @@ -848,6 +848,7 @@ void SmartAI::AttackStart(Unit* who) { me->GetMotionMaster()->MovementExpired(); me->StopMoving(); + me->GetMotionMaster()->Clear(false); } me->GetMotionMaster()->MoveChase(who);