mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Nothing really changed.
This commit is contained in:
parent
23618d66ea
commit
650fa65ea9
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue