Nothing really changed.

This commit is contained in:
tomrus88 2009-09-28 19:50:42 +04:00
parent 23618d66ea
commit 650fa65ea9

View file

@ -36,7 +36,6 @@ void WorldSession::SendNameQueryOpcode(Player *p)
{ {
if(!p) if(!p)
return; return;
// guess size // guess size
WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+10) ); WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+10) );
data.append(p->GetPackGUID()); // player guid data.append(p->GetPackGUID()); // player guid
@ -100,7 +99,6 @@ void WorldSession::SendNameQueryOpcodeFromDBCallBack(QueryResult *result, uint32
pGender = fields[3].GetUInt8(); pGender = fields[3].GetUInt8();
pClass = fields[4].GetUInt8(); pClass = fields[4].GetUInt8();
} }
// guess size // guess size
WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+1+10) ); WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+1+10) );
data.appendPackGUID(MAKE_NEW_GUID(guid, 0, HIGHGUID_PLAYER)); data.appendPackGUID(MAKE_NEW_GUID(guid, 0, HIGHGUID_PLAYER));
@ -264,7 +262,6 @@ void WorldSession::HandleGameObjectQueryOpcode( WorldPacket & recv_data )
} }
else else
{ {
uint64 guid; uint64 guid;
recv_data >> guid; recv_data >> guid;