diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index d3900e27..ccec3b79 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -835,14 +835,14 @@ struct FFXIVIpcInitUI : FFXIVIpcBasePacket< InitUI > unsigned char unknown95[10]; unsigned char unknown9F[2]; unsigned char unknownA1[3]; - unsigned int exp[25]; + unsigned int exp[26]; unsigned int unknown108; unsigned int pvpTotalExp; unsigned int unknownPvp110; unsigned int pvpExp; unsigned int pvpFrontlineOverallRanks[3]; unsigned int exploratoryMissionNextTimestamp; - unsigned short levels[25]; + unsigned short levels[26]; unsigned short unknown15C[9]; unsigned short fishingRecordsFish[26]; unsigned short fishingRecordsFishWeight[26]; diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index 2009e219..1ff34bfb 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -1013,8 +1013,8 @@ namespace Sapphire::Entity uint8_t m_discovery[421]; uint32_t m_playTime; - uint16_t m_classArray[25]; - uint32_t m_expArray[25]; + uint16_t m_classArray[26]; + uint32_t m_expArray[26]; uint8_t m_aetheryte[17]; uint8_t m_unlocks[64]; uint8_t m_orchestrion[40];