mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Forgot to fix field name
This commit is contained in:
parent
33eeb6acb6
commit
2ce60e4c43
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
memcpy( m_data.howto, player.getHowToArray(), sizeof( m_data.howto ) );
|
||||
|
||||
// possibly max level or current level
|
||||
m_data.unknown1A = 0x46;
|
||||
m_data.maxLevel = 0x46;
|
||||
m_data.expansion = 2;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue