1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Forgot to fix field name

This commit is contained in:
Mordred 2017-12-16 00:57:52 +01:00
parent 73cf452fb8
commit 0c87adbb51

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