diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 6b7883f3..6e715282 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -1023,8 +1023,8 @@ namespace Sapphire::Network::Packets::Server unsigned char companionDefRank; unsigned char companionAttRank; unsigned char companionHealRank; - unsigned char u19[2]; - unsigned char mountGuideMask[28]; + unsigned char u19[8]; + unsigned char mountGuideMask[22]; char name[32]; unsigned char unknownOword[16]; unsigned char unknownOw; diff --git a/src/world/Actor/Player.h b/src/world/Actor/Player.h index 422e5bff..26984e17 100644 --- a/src/world/Actor/Player.h +++ b/src/world/Actor/Player.h @@ -1045,7 +1045,7 @@ namespace Sapphire::Entity uint8_t m_titleList[48]; uint8_t m_howTo[34]; uint8_t m_minions[40]; - uint8_t m_mountGuide[28]; + uint8_t m_mountGuide[22]; uint8_t m_homePoint; uint8_t m_startTown; uint16_t m_townWarpFstFlags;