*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

@@ -87,7 +87,6 @@ void WorldSession::HandlePetAction( WorldPacket & recv_data )
case COMMAND_STAY: //flat=1792 //STAY
pet->AttackStop();
pet->InterruptNonMeleeSpells(false);
pet->StopMoving();
pet->GetMotionMaster()->MoveIdle();
charmInfo->SetCommandState( COMMAND_STAY );
break;