From 66a2021e95e3181a6c142299df941aa9106f37a7 Mon Sep 17 00:00:00 2001 From: collett Date: Thu, 23 Jan 2020 23:23:13 +0900 Subject: [PATCH] these bytes are mounts as well. --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 3 +-- src/world/Actor/Player.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index b2f844c7..6b7883f3 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -1024,8 +1024,7 @@ namespace Sapphire::Network::Packets::Server unsigned char companionAttRank; unsigned char companionHealRank; unsigned char u19[2]; - unsigned char mountGuideMask[19]; - uint8_t unk1[9]; + unsigned char mountGuideMask[28]; 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 fc2020e4..422e5bff 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[19]; + uint8_t m_mountGuide[28]; uint8_t m_homePoint; uint8_t m_startTown; uint16_t m_townWarpFstFlags;