From 9f146f1bde787bb384cb5b380699716ead8220aa Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 8 Jan 2019 21:49:31 +1100 Subject: [PATCH] fix initzone packet size/structure --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index e1f3980e..d3900e27 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -759,7 +759,9 @@ struct FFXIVIpcInitZone : FFXIVIpcBasePacket< InitZone > uint32_t unknown9; uint32_t unknown10; uint32_t unknown11; + uint32_t unknown12[4]; Common::FFXIVARR_POSITION3 pos; + uint32_t unknown13; };