mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 16:37:03 +00:00
Hmm, something was wrong here...
This commit is contained in:
parent
1360d654c7
commit
6f23662ed0
1 changed files with 2 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
|
||||||
// NOTE: ATM the socket is singlethread, have this in mind ...
|
// NOTE: ATM the socket is singlethread, have this in mind ...
|
||||||
uint8 digest[20];
|
uint8 digest[20];
|
||||||
uint32 clientSeed;
|
uint32 clientSeed;
|
||||||
uint32 unk2, unk3;
|
uint32 unk2, unk3, unk5, unk6, unk7;
|
||||||
uint64 unk4;
|
uint64 unk4;
|
||||||
uint32 ClientBuild;
|
uint32 ClientBuild;
|
||||||
uint32 id, security;
|
uint32 id, security;
|
||||||
|
|
@ -762,6 +762,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
|
||||||
recvPacket >> account;
|
recvPacket >> account;
|
||||||
recvPacket >> unk3;
|
recvPacket >> unk3;
|
||||||
recvPacket >> clientSeed;
|
recvPacket >> clientSeed;
|
||||||
|
recvPacket >> unk5 >> unk6 >> unk7;
|
||||||
recvPacket >> unk4;
|
recvPacket >> unk4;
|
||||||
recvPacket.read (digest, 20);
|
recvPacket.read (digest, 20);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue