mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
Merge commit 'origin/master' into 330
This commit is contained in:
commit
90a80471f7
20 changed files with 142 additions and 124 deletions
|
|
@ -761,7 +761,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
|
|||
uint32 clientSeed;
|
||||
uint32 unk2, unk3;
|
||||
uint64 unk4;
|
||||
uint32 BuiltNumberClient;
|
||||
uint32 ClientBuild;
|
||||
uint32 id, security;
|
||||
uint8 expansion = 0;
|
||||
LocaleConstant locale;
|
||||
|
|
@ -773,7 +773,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
|
|||
BigNumber K;
|
||||
|
||||
// Read the content of the packet
|
||||
recvPacket >> BuiltNumberClient; // for now no use
|
||||
recvPacket >> ClientBuild; // for now no use
|
||||
recvPacket >> unk2;
|
||||
recvPacket >> account;
|
||||
recvPacket >> unk3;
|
||||
|
|
@ -782,7 +782,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
|
|||
recvPacket.read (digest, 20);
|
||||
|
||||
DEBUG_LOG ("WorldSocket::HandleAuthSession: client %u, unk2 %u, account %s, unk3 %u, clientseed %u",
|
||||
BuiltNumberClient,
|
||||
ClientBuild,
|
||||
unk2,
|
||||
account.c_str (),
|
||||
unk3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue