mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
Some work on mail/auction.
This commit is contained in:
parent
4234c685b8
commit
50c96da112
8 changed files with 83 additions and 66 deletions
|
|
@ -252,6 +252,10 @@ int WorldSocket::open (void *a)
|
|||
packet << uint32(0x6E8547B9); // random data
|
||||
packet << uint32(0x9A6AA2F8); // random data
|
||||
packet << uint32(0xA4F170F4); // random data
|
||||
packet << uint32(0xF3539DA3); // random data
|
||||
packet << uint32(0x6E8547B9); // random data
|
||||
packet << uint32(0x9A6AA2F8); // random data
|
||||
packet << uint32(0xA4F170F4); // random data
|
||||
|
||||
if (SendPacket (packet) == -1)
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue