mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 20:08:20 +02:00
Fixed bugs on how subpackets handled. Reorganized subpackets and split header with game header.
This commit is contained in:
parent
1d20f8b8b8
commit
235a5adae3
3 changed files with 286 additions and 233 deletions
|
@ -12,7 +12,7 @@ namespace FFXIVClassic_Map_Server.packets.send.login
|
|||
{
|
||||
public static BasePacket buildPacket(uint unknown, uint time)
|
||||
{
|
||||
byte[] data = new byte[18];
|
||||
byte[] data = new byte[0x18];
|
||||
|
||||
using (MemoryStream mem = new MemoryStream(data))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue