diff options
author | shennetsind <ind@henn.et> | 2013-07-04 17:22:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-04 17:22:10 -0300 |
commit | aefa8d6bd88e5056080f45ed89f86258f1bf81d7 (patch) | |
tree | ba5bf8c00683a99e475bae8b0429987b7c7a5396 /src/map/status.c | |
parent | ebb63d99223043559ff9f9e60d02133fa8ba6878 (diff) | |
download | hercules-aefa8d6bd88e5056080f45ed89f86258f1bf81d7.tar.gz hercules-aefa8d6bd88e5056080f45ed89f86258f1bf81d7.tar.bz2 hercules-aefa8d6bd88e5056080f45ed89f86258f1bf81d7.tar.xz hercules-aefa8d6bd88e5056080f45ed89f86258f1bf81d7.zip |
Follow up b9889903e89bd4127c7503a512cfe215b9ccc740
Fixed pre-re support.
Special Thanks to ossi0110 for bringing this to our attention.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 97e897f38..682d7410c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -11682,10 +11682,12 @@ void status_defaults(void) { iStatus->calc_mdef = status_calc_mdef; iStatus->calc_mdef2 = status_calc_mdef2; iStatus->calc_batk = status_calc_batk; +#ifdef RENEWAL iStatus->base_matk = status_base_matk; iStatus->get_weapon_atk = status_get_weapon_atk; iStatus->get_total_mdef = status_get_total_mdef; iStatus->get_total_def = status_get_total_def; +#endif iStatus->get_matk = status_get_matk; |