From f499b53f25c806dd84ab69d34e703fa0f7981622 Mon Sep 17 00:00:00 2001 From: collett Date: Tue, 16 Feb 2021 23:51:59 +0900 Subject: [PATCH] store new mount bytes to db --- src/world/Actor/Player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index 41565b32..8dbe9afe 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -1068,7 +1068,7 @@ namespace Sapphire::Entity uint8_t m_titleList[48]; uint8_t m_howTo[34]; uint8_t m_minions[40]; - uint8_t m_mountGuide[22]; + uint8_t m_mountGuide[27]; uint8_t m_homePoint; uint8_t m_startTown; uint16_t m_townWarpFstFlags;