mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-22 12:47:45 +00:00
fix derp
This commit is contained in:
parent
66a2021e95
commit
264f4bd459
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue