mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Style
This commit is contained in:
parent
c0b3d3605b
commit
413c9f1007
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ void Core::Entity::Player::discover( int16_t map_id, int16_t sub_id )
|
|||
|
||||
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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue