1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Forgot to fix field name

This commit is contained in:
Mordred 2017-12-16 00:57:52 +01:00
parent 33eeb6acb6
commit 2ce60e4c43

View file

@ -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;
};