mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Updated field sizes in player.h
This commit is contained in:
parent
2e0b383f4e
commit
456de96f42
1 changed files with 2 additions and 2 deletions
|
@ -953,8 +953,8 @@ private:
|
||||||
uint16_t m_activeTitle;
|
uint16_t m_activeTitle;
|
||||||
uint8_t m_titleList[48];
|
uint8_t m_titleList[48];
|
||||||
uint8_t m_howTo[33];
|
uint8_t m_howTo[33];
|
||||||
uint8_t m_minions[37];
|
uint8_t m_minions[40];
|
||||||
uint8_t m_mountGuide[15];
|
uint8_t m_mountGuide[17];
|
||||||
uint8_t m_homePoint;
|
uint8_t m_homePoint;
|
||||||
uint8_t m_startTown;
|
uint8_t m_startTown;
|
||||||
uint16_t m_townWarpFstFlags;
|
uint16_t m_townWarpFstFlags;
|
||||||
|
|
Loading…
Add table
Reference in a new issue