diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-26 21:47:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-27 01:25:21 +0300 |
commit | a57f99bcf723f3124c382879c1eaf867452c9917 (patch) | |
tree | acee413617cc99e553e5e6b6575aaea05c52692c /src/map/status.h | |
parent | 54f7e2da361a9a00f7567f1def870960cca7b195 (diff) | |
download | hercules-a57f99bcf723f3124c382879c1eaf867452c9917.tar.gz hercules-a57f99bcf723f3124c382879c1eaf867452c9917.tar.bz2 hercules-a57f99bcf723f3124c382879c1eaf867452c9917.tar.xz hercules-a57f99bcf723f3124c382879c1eaf867452c9917.zip |
Move from status_change_start code for end previous sc to separate function.
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 06bd963dc..34a57e5f8 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -2333,6 +2333,7 @@ struct status_interface { int (*change_end_) (struct block_list* bl, enum sc_type type, int tid, const char* file, int line); 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); 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); |