mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
fix initzone packet size/structure
This commit is contained in:
parent
c802b7f03b
commit
a8732e4828
1 changed files with 2 additions and 0 deletions
|
@ -759,7 +759,9 @@ struct FFXIVIpcInitZone : FFXIVIpcBasePacket< InitZone >
|
|||
uint32_t unknown9;
|
||||
uint32_t unknown10;
|
||||
uint32_t unknown11;
|
||||
uint32_t unknown12[4];
|
||||
Common::FFXIVARR_POSITION3 pos;
|
||||
uint32_t unknown13;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue