mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
And another one...
This commit is contained in:
parent
9a2f04ac9e
commit
3dd96b3aba
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ int WorldSocket::open (void *a)
|
||||||
|
|
||||||
BigNumber seed2;
|
BigNumber seed2;
|
||||||
seed2.SetRand(16 * 8);
|
seed2.SetRand(16 * 8);
|
||||||
packet.append(seed1.AsByteArray(16), 16); // new encryption seeds
|
packet.append(seed2.AsByteArray(16), 16); // new encryption seeds
|
||||||
|
|
||||||
if (SendPacket (packet) == -1)
|
if (SendPacket (packet) == -1)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue