From dbbc45d9246a7076d2220aab09fa5e1ed6166722 Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:37:44 +0100 Subject: [PATCH] Fix FindContent struct --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index 089a4f4c..ec21039b 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -349,6 +349,8 @@ struct FFXIVIpcLoginHandler : FFXIVIpcBasePacket< Login > struct FFXIVIpcFindContent : FFXIVIpcBasePacket< FindContent > { uint16_t territoryType; + uint8_t unknown1; + uint8_t unknown2; // 0xC2(?) uint8_t acceptHalfway; uint8_t language; uint8_t flags;