diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index bf5c62d5d..bbaf5bd7c 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -904,4 +904,7 @@ int pc_del_talisman(struct map_session_data *sd,int count,int type); void pc_baselevelchanged(struct map_session_data *sd); +#if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) +int pc_level_penalty_mod(struct map_session_data *sd, struct mob_data * md, int type); +#endif #endif /* _PC_H_ */ |