diff options
author | shennetsind <ind@henn.et> | 2013-06-08 18:22:58 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-08 18:22:58 -0300 |
commit | 1f983da55f7ee40da651bb84bab518ddc7312dbc (patch) | |
tree | 7e67fb73b94f64d5d05d82408d81e3f827a6e73f /src/map/pc.c | |
parent | b87411a3ea1c241d1cd42d240e07f37c33356baa (diff) | |
download | hercules-1f983da55f7ee40da651bb84bab518ddc7312dbc.tar.gz hercules-1f983da55f7ee40da651bb84bab518ddc7312dbc.tar.bz2 hercules-1f983da55f7ee40da651bb84bab518ddc7312dbc.tar.xz hercules-1f983da55f7ee40da651bb84bab518ddc7312dbc.zip |
Fixed Bug #7332
http://hercules.ws/board/tracker/issue-7332-latest-rev-compiling-error/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 3146ba03e..170de63ff 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -10091,5 +10091,7 @@ void pc_defaults(void) { pc->del_talisman = pc_del_talisman; pc->baselevelchanged = pc_baselevelchanged; +#if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) pc->level_penalty_mod = pc_level_penalty_mod; +#endif } |