1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

Add flags to FindContent struct

This commit is contained in:
Rushi 2022-02-12 00:59:29 +01:00
parent 9644b61ae1
commit eee3df5bbd

View file

@ -351,6 +351,7 @@ struct FFXIVIpcFindContent : FFXIVIpcBasePacket< FindContent >
uint16_t territoryType;
uint8_t acceptHalfway;
uint8_t language;
uint8_t flags;
};
struct FFXIVIpcFind5Contents : FFXIVIpcBasePacket< Find5Contents >