Hmm, something was wrong here...

This commit is contained in:
tomrus88 2010-06-29 20:49:52 +04:00
parent 1360d654c7
commit 6f23662ed0

View file

@ -743,7 +743,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
// NOTE: ATM the socket is singlethread, have this in mind ...
uint8 digest[20];
uint32 clientSeed;
uint32 unk2, unk3;
uint32 unk2, unk3, unk5, unk6, unk7;
uint64 unk4;
uint32 ClientBuild;
uint32 id, security;
@ -762,6 +762,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
recvPacket >> account;
recvPacket >> unk3;
recvPacket >> clientSeed;
recvPacket >> unk5 >> unk6 >> unk7;
recvPacket >> unk4;
recvPacket.read (digest, 20);