diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index b08aa2a04..be6429eff 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1993,6 +1993,7 @@ struct status_interface { int (*get_total_mdef) (struct block_list *src); int (*get_total_def) (struct block_list *src); int (*get_matk) (struct block_list *src, int flag); + void (*update_matk) ( struct block_list *bl ); int (*readdb) (void); void (*initChangeTables) (void); |