mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
store new mount bytes to db
This commit is contained in:
parent
c4effc7e21
commit
f499b53f25
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ namespace Sapphire::Entity
|
||||||
uint8_t m_titleList[48];
|
uint8_t m_titleList[48];
|
||||||
uint8_t m_howTo[34];
|
uint8_t m_howTo[34];
|
||||||
uint8_t m_minions[40];
|
uint8_t m_minions[40];
|
||||||
uint8_t m_mountGuide[22];
|
uint8_t m_mountGuide[27];
|
||||||
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