Updated to 10116 client build.

This commit is contained in:
tomrus88 2009-07-17 17:01:47 +04:00
parent ca2a2195be
commit 3de88aef12
10 changed files with 14 additions and 8 deletions

View file

@ -211,6 +211,7 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
{
uint32 opcode = recv_data.GetOpcode();
sLog.outDebug("WORLD: Recvd %s (%u, 0x%X) opcode", LookupOpcodeName(opcode), opcode, opcode);
recv_data.hexlike();
Unit *mover = _player->m_mover;
Player *plMover = mover->GetTypeId()==TYPEID_PLAYER ? (Player*)mover : NULL;