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 >