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

fix initzone packet size/structure

This commit is contained in:
NotAdam 2019-01-08 21:49:31 +11:00
parent 32d55eff72
commit 9f146f1bde

View file

@ -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;
};