1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

these bytes are mounts as well.

This commit is contained in:
collett 2020-01-23 23:23:13 +09:00
parent 29da401de7
commit 66a2021e95
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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;