mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
store new mount bytes to db
This commit is contained in:
parent
04fbc37fc4
commit
f3b80338d4
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,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