From b3a1cdadb9f30e353af10e7f759cae55efe18f7e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Jul 2017 22:07:35 +0300 Subject: Move code for stop actions into separate function from status_change_start. --- src/map/status.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 34a57e5f8..4260747b6 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -2334,6 +2334,7 @@ struct status_interface { bool (*is_immune_to_status) (struct status_change* sc, enum sc_type type); bool (*is_boss_resist_sc) (enum sc_type type); bool (*end_sc_before_start) (struct block_list *bl, struct status_data *st, struct status_change* sc, enum sc_type type, int undead_flag, int val1, int val2, int val3, int val4); + void (*change_start_stop_action) (struct block_list *bl, enum sc_type type); int (*kaahi_heal_timer) (int tid, int64 tick, int id, intptr_t data); int (*change_timer) (int tid, int64 tick, int id, intptr_t data); int (*change_timer_sub) (struct block_list* bl, va_list ap); -- cgit v1.2.3-70-g09d2