mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
these bytes are mounts as well.
This commit is contained in:
parent
29da401de7
commit
66a2021e95
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue