1
Fork 0
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:
Mordred 2018-09-19 14:07:38 +02:00 committed by GitHub
parent 2e0b383f4e
commit 456de96f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -953,8 +953,8 @@ private:
uint16_t m_activeTitle;
uint8_t m_titleList[48];
uint8_t m_howTo[33];
uint8_t m_minions[37];
uint8_t m_mountGuide[15];
uint8_t m_minions[40];
uint8_t m_mountGuide[17];
uint8_t m_homePoint;
uint8_t m_startTown;
uint16_t m_townWarpFstFlags;