diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-26 22:35:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-27 01:40:11 +0300 |
commit | 38070a46cc00379fce10ee3983f892a2df33dbe6 (patch) | |
tree | c89e17ffde204f98d4db6974429ee481e97dc8ba /src/map/status.h | |
parent | b3a1cdadb9f30e353af10e7f759cae55efe18f7e (diff) | |
download | hercules-38070a46cc00379fce10ee3983f892a2df33dbe6.tar.gz hercules-38070a46cc00379fce10ee3983f892a2df33dbe6.tar.bz2 hercules-38070a46cc00379fce10ee3983f892a2df33dbe6.tar.xz hercules-38070a46cc00379fce10ee3983f892a2df33dbe6.zip |
Move set options from status_change_start into 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 4260747b6..161f66f43 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -2335,6 +2335,7 @@ struct status_interface { 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 (*change_start_set_option) (struct block_list *bl, struct status_change* sc, enum sc_type type, 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); |