mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 07:37:02 +00:00
Fiiiiiiiiiiiiiix.
This commit is contained in:
parent
b99f51a984
commit
9a2f04ac9e
2 changed files with 43 additions and 41 deletions
|
|
@ -254,7 +254,7 @@ int WorldSocket::open (void *a)
|
|||
packet.append(seed1.AsByteArray(16), 16); // new encryption seeds
|
||||
|
||||
BigNumber seed2;
|
||||
seed1.SetRand(16 * 8);
|
||||
seed2.SetRand(16 * 8);
|
||||
packet.append(seed1.AsByteArray(16), 16); // new encryption seeds
|
||||
|
||||
if (SendPacket (packet) == -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue