* fixed smsg_monster_move stop packet

This commit is contained in:
bluma4862 2009-07-23 05:52:30 +00:00
parent 0199863468
commit f73a13f91a

View File

@ -1737,7 +1737,7 @@ void WorldSession::_HandleMonsterMoveOpcode(WorldPacket& recvPacket)
switch(type)
{
case 0: break; // normal packet
case 1: break; // stop packet
case 1: return; // stop packet
case 2:
float unkf;
recvPacket >> unkf >> unkf >> unkf;