diff options
author | megamage <none@none> | 2009-03-13 14:42:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-13 14:42:57 -0600 |
commit | 146b2560aa8a7d0fc8a90ec3af70d1a8e01e514d (patch) | |
tree | 295c0631404e49ec8acd492513ca614038ca6253 /src/game/PetHandler.cpp | |
parent | bb7391f129e831cd5daac17d54245738571c5d32 (diff) |
*Call stopmoving in moveidle.
--HG--
branch : trunk
Diffstat (limited to 'src/game/PetHandler.cpp')
-rw-r--r-- | src/game/PetHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/PetHandler.cpp b/src/game/PetHandler.cpp index 49a3bb95cb7..456d68ed54d 100644 --- a/src/game/PetHandler.cpp +++ b/src/game/PetHandler.cpp @@ -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; |