mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Fix FindContent struct
This commit is contained in:
parent
9de70852cc
commit
dbbc45d924
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue