Core/SmartAI: Fix SMART_ACTION_ALLOW_COMBAT_MOVEMENT

This commit is contained in:
Malcrom
2013-12-03 20:19:17 -03:30
parent 7806b7c493
commit 48d8af0962
@@ -788,6 +788,7 @@ void SmartAI::SetCombatMove(bool on)
else
{
me->StopMoving();
me->GetMotionMaster()->Clear(true);
me->GetMotionMaster()->MoveIdle();
}
}