Fixed bugs on how subpackets handled. Reorganized subpackets and split header with game header.

This commit is contained in:
Filip Maj 2015-10-14 23:48:49 -04:00
parent 1d20f8b8b8
commit 235a5adae3
3 changed files with 286 additions and 233 deletions

View file

@ -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))
{