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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index d26050f08..4f2565740 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2468,8 +2468,9 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->db_free_code_sub, HP_script_db_free_code_sub) }, { HP_POP(script->add_autobonus, HP_script_add_autobonus) }, { HP_POP(script->menu_countoptions, HP_script_menu_countoptions) }, - { HP_POP(script->buildin_recovery_pc_sub, HP_script_buildin_recovery_pc_sub) }, { HP_POP(script->buildin_recovery_sub, HP_script_buildin_recovery_sub) }, + { HP_POP(script->buildin_recovery_pc_sub, HP_script_buildin_recovery_pc_sub) }, + { HP_POP(script->buildin_recovery_bl_sub, HP_script_buildin_recovery_bl_sub) }, { HP_POP(script->buildin_areawarp_sub, HP_script_buildin_areawarp_sub) }, { HP_POP(script->buildin_areapercentheal_sub, HP_script_buildin_areapercentheal_sub) }, { HP_POP(script->buildin_delitem_delete, HP_script_buildin_delitem_delete) }, |