From d7bdf2dd8bfad31b7d1f910ec091788171785464 Mon Sep 17 00:00:00 2001 From: collett Date: Wed, 12 Jun 2024 20:50:43 +0900 Subject: [PATCH] update player data fields to reflect PlayerSetup changes --- src/world/Actor/Player.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index a304b0fc..ed53f3d1 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -1106,21 +1106,21 @@ namespace Sapphire::Entity uint16_t m_activeTitle; uint8_t m_titleList[48]; - uint8_t m_howTo[35]; - uint8_t m_minions[56]; - uint8_t m_mountGuide[29]; + uint8_t m_howTo[36]; + uint8_t m_minions[60]; + uint8_t m_mountGuide[33]; uint8_t m_homePoint; uint8_t m_startTown; uint16_t m_townWarpFstFlags; uint8_t m_questCompleteFlags[487]; - uint8_t m_discovery[464]; + uint8_t m_discovery[480]; uint32_t m_playTime; uint16_t m_classArray[ Common::CLASSJOB_SLOTS ]; uint32_t m_expArray[ Common::CLASSJOB_SLOTS ]; - uint8_t m_aetheryte[21]; + uint8_t m_aetheryte[26]; uint8_t m_unlocks[64]; - uint8_t m_orchestrion[64]; + uint8_t m_orchestrion[87]; uint8_t m_openingSequence;