diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index ab6de114e..42bfb56c1 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -954,7 +954,7 @@ struct pc_interface { void (*baselevelchanged) (struct map_session_data *sd); #if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) - int (*level_penalty_mod) (struct map_session_data *sd, struct mob_data * md, int type); + int (*level_penalty_mod) (int diff, unsigned char race, unsigned short mode, int type); #endif }; |