diff options
author | Hercules.ws <dev@herc.ws> | 2017-06-28 23:52:12 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-06-28 23:52:12 +0200 |
commit | 93b0f5d876fdb5ce9cea57ed47362899752cc48c (patch) | |
tree | a0fb6beba63f51f653ce42dd91dd89f7e7568183 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | abe64c3982a11c9834f2e16eaaf0dc940a903fdb (diff) | |
download | hercules-93b0f5d876fdb5ce9cea57ed47362899752cc48c.tar.gz hercules-93b0f5d876fdb5ce9cea57ed47362899752cc48c.tar.bz2 hercules-93b0f5d876fdb5ce9cea57ed47362899752cc48c.tar.xz hercules-93b0f5d876fdb5ce9cea57ed47362899752cc48c.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index c4e48e05b..d470a3bd9 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -4816,10 +4816,12 @@ struct { struct HPMHookPoint *HP_script_add_autobonus_post; struct HPMHookPoint *HP_script_menu_countoptions_pre; struct HPMHookPoint *HP_script_menu_countoptions_post; - struct HPMHookPoint *HP_script_buildin_recovery_pc_sub_pre; - struct HPMHookPoint *HP_script_buildin_recovery_pc_sub_post; struct HPMHookPoint *HP_script_buildin_recovery_sub_pre; struct HPMHookPoint *HP_script_buildin_recovery_sub_post; + struct HPMHookPoint *HP_script_buildin_recovery_pc_sub_pre; + struct HPMHookPoint *HP_script_buildin_recovery_pc_sub_post; + struct HPMHookPoint *HP_script_buildin_recovery_bl_sub_pre; + struct HPMHookPoint *HP_script_buildin_recovery_bl_sub_post; struct HPMHookPoint *HP_script_buildin_areawarp_sub_pre; struct HPMHookPoint *HP_script_buildin_areawarp_sub_post; struct HPMHookPoint *HP_script_buildin_areapercentheal_sub_pre; @@ -10889,10 +10891,12 @@ struct { int HP_script_add_autobonus_post; int HP_script_menu_countoptions_pre; int HP_script_menu_countoptions_post; - int HP_script_buildin_recovery_pc_sub_pre; - int HP_script_buildin_recovery_pc_sub_post; int HP_script_buildin_recovery_sub_pre; int HP_script_buildin_recovery_sub_post; + int HP_script_buildin_recovery_pc_sub_pre; + int HP_script_buildin_recovery_pc_sub_post; + int HP_script_buildin_recovery_bl_sub_pre; + int HP_script_buildin_recovery_bl_sub_post; int HP_script_buildin_areawarp_sub_pre; int HP_script_buildin_areawarp_sub_post; int HP_script_buildin_areapercentheal_sub_pre; |