From 650fa65ea9e1f987f583e9176f4ed87d795ea648 Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Mon, 28 Sep 2009 19:50:42 +0400 Subject: [PATCH] Nothing really changed. --- src/game/QueryHandler.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/game/QueryHandler.cpp b/src/game/QueryHandler.cpp index b80cbd1eb..041e81b5d 100644 --- a/src/game/QueryHandler.cpp +++ b/src/game/QueryHandler.cpp @@ -36,7 +36,6 @@ void WorldSession::SendNameQueryOpcode(Player *p) { if(!p) return; - // guess size WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+10) ); data.append(p->GetPackGUID()); // player guid @@ -100,7 +99,6 @@ void WorldSession::SendNameQueryOpcodeFromDBCallBack(QueryResult *result, uint32 pGender = fields[3].GetUInt8(); pClass = fields[4].GetUInt8(); } - // guess size WorldPacket data( SMSG_NAME_QUERY_RESPONSE, (8+1+1+1+1+1+1+10) ); data.appendPackGUID(MAKE_NEW_GUID(guid, 0, HIGHGUID_PLAYER)); @@ -264,7 +262,6 @@ void WorldSession::HandleGameObjectQueryOpcode( WorldPacket & recv_data ) } else { - uint64 guid; recv_data >> guid;