1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00
This commit is contained in:
goaaats 2018-01-31 11:58:29 +01:00 committed by GitHub
parent c0b3d3605b
commit 413c9f1007

View file

@ -508,7 +508,7 @@ void Core::Entity::Player::discover( int16_t map_id, int16_t sub_id )
uint16_t level = getLevel(); uint16_t level = getLevel();
uint32_t exp = ( g_exdDataGen.getParamGrow(level)->expToNext * 5 / 100 ); uint32_t exp = ( g_exdDataGen.getParamGrow( level )->expToNext * 5 / 100 );
gainExp( exp ); gainExp( exp );