diff options
author | Hercules.ws <dev@herc.ws> | 2017-07-27 10:40:22 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-07-27 10:40:22 +0200 |
commit | 71d694baa88d2beb6ec0f89fb2f8b733898acea5 (patch) | |
tree | a08addf659b4923c9cf400f2e09a05a292f4bb9f /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | b04ce31b952c75d5206fbfec68f2a2712da833c3 (diff) | |
download | hercules-71d694baa88d2beb6ec0f89fb2f8b733898acea5.tar.gz hercules-71d694baa88d2beb6ec0f89fb2f8b733898acea5.tar.bz2 hercules-71d694baa88d2beb6ec0f89fb2f8b733898acea5.tar.xz hercules-71d694baa88d2beb6ec0f89fb2f8b733898acea5.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 4f2565740..618765f47 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2885,6 +2885,14 @@ struct HookingPointData HookingPoints[] = { { HP_POP(status->get_sc_def, HP_status_get_sc_def) }, { HP_POP(status->change_start, HP_status_change_start) }, { HP_POP(status->change_end_, HP_status_change_end_) }, + { HP_POP(status->is_immune_to_status, HP_status_is_immune_to_status) }, + { HP_POP(status->is_boss_resist_sc, HP_status_is_boss_resist_sc) }, + { HP_POP(status->end_sc_before_start, HP_status_end_sc_before_start) }, + { HP_POP(status->change_start_stop_action, HP_status_change_start_stop_action) }, + { HP_POP(status->change_start_set_option, HP_status_change_start_set_option) }, + { HP_POP(status->get_val_flag, HP_status_get_val_flag) }, + { HP_POP(status->change_start_display, HP_status_change_start_display) }, + { HP_POP(status->change_start_unknown_sc, HP_status_change_start_unknown_sc) }, { HP_POP(status->kaahi_heal_timer, HP_status_kaahi_heal_timer) }, { HP_POP(status->change_timer, HP_status_change_timer) }, { HP_POP(status->change_timer_sub, HP_status_change_timer_sub) }, |