1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00

Added field for expansion in InitUI

This commit is contained in:
Mordred Admin 2017-08-08 18:03:39 +02:00
parent 35c35f9b02
commit 2758b4e536

View file

@ -786,7 +786,8 @@ struct FFXIVIpcInitUI : FFXIVIpcBasePacket<InitUI>
uint32_t charId; uint32_t charId;
uint32_t restedExp; uint32_t restedExp;
uint16_t unknown_12; uint16_t unknown_12;
uint16_t unknown_13; uint8_t expansion;
uint8_t unknown_13;
uint8_t race; uint8_t race;
uint8_t tribe; uint8_t tribe;
uint8_t gender; uint8_t gender;