From eee3df5bbd7041e8d444664859011ae47fcc71b4 Mon Sep 17 00:00:00 2001 From: Rushi <44952533+Skyliegirl33@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:59:29 +0100 Subject: [PATCH] Add flags to FindContent struct --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index 066261e3..8826e50c 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -351,6 +351,7 @@ struct FFXIVIpcFindContent : FFXIVIpcBasePacket< FindContent > uint16_t territoryType; uint8_t acceptHalfway; uint8_t language; + uint8_t flags; }; struct FFXIVIpcFind5Contents : FFXIVIpcBasePacket< Find5Contents >