summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 010de1e9d..9012a67cb 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1035,6 +1035,7 @@ END_ZEROED_BLOCK; /* End */
int (*useitem) (struct map_session_data *sd,int n);
int (*autocast_clear) (struct map_session_data *sd);
void (*autocast_set_current) (struct map_session_data *sd, int skill_id);
+ void (*autocast_remove) (struct map_session_data *sd, enum autocast_type type, int skill_id, int skill_lv);
int (*skillatk_bonus) (struct map_session_data *sd, uint16 skill_id);
int (*skillheal_bonus) (struct map_session_data *sd, uint16 skill_id);