diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index cae91849e..d5a40e356 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1871,9 +1871,9 @@ struct status_interface { #ifdef RENEWAL unsigned short (*base_matk) (const struct status_data* status, int level); int (*get_weapon_atk) (struct block_list *src, struct weapon_atk *watk, int flag); +#endif int (*get_total_mdef) (struct block_list *src); int (*get_total_def) (struct block_list *src); -#endif int (*get_matk) (struct block_list *src, int flag); |