*Call stopmoving in moveidle.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-13 14:42:57 -06:00
parent bb7391f129
commit 146b2560aa
14 changed files with 11 additions and 24 deletions

View File

@@ -166,7 +166,6 @@ void ScriptedAI::DoStartNoMovement(Unit* victim)
return;
m_creature->GetMotionMaster()->MoveIdle();
m_creature->StopMoving();
}
void ScriptedAI::DoStopAttack()