summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authordastgir <dastgirpojee@rocketmail.com>2015-02-27 05:20:12 -0500
committerDastgir <dastgirpojee@rocketmail.com>2015-08-09 13:49:47 +0530
commit31ed4cbe1a9fc11a914952f832719e458c8ceb9c (patch)
treedb93abe1395e31aeeb33421bacfa637c08745480 /src/map/status.h
parentc13095dc4b1308a7e3391dc93a1c678670a80ed3 (diff)
downloadhercules-31ed4cbe1a9fc11a914952f832719e458c8ceb9c.tar.gz
hercules-31ed4cbe1a9fc11a914952f832719e458c8ceb9c.tar.bz2
hercules-31ed4cbe1a9fc11a914952f832719e458c8ceb9c.tar.xz
hercules-31ed4cbe1a9fc11a914952f832719e458c8ceb9c.zip
Additional Status Calculation for Plugins.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index f281a4d08..1a8d7ef51 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -2055,6 +2055,7 @@ struct status_interface {
int (*calc_mob_) (struct mob_data* md, enum e_status_calc_opt opt);
int (*calc_pet_) (struct pet_data* pd, enum e_status_calc_opt opt);
int (*calc_pc_) (struct map_session_data* sd, enum e_status_calc_opt opt);
+ void (*calc_pc_additional) (struct map_session_data* sd, enum e_status_calc_opt opt);
int (*calc_homunculus_) (struct homun_data *hd, enum e_status_calc_opt opt);
int (*calc_mercenary_) (struct mercenary_data *md, enum e_status_calc_opt opt);
int (*calc_elemental_) (struct elemental_data *ed, enum e_status_calc_opt opt);