Merge commit 'origin/master' into 330

This commit is contained in:
tomrus88 2009-10-07 16:37:07 +04:00
commit 90a80471f7
20 changed files with 142 additions and 124 deletions

View file

@ -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,