diff options
author | Hercules.ws <dev@herc.ws> | 2017-06-25 00:34:41 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-06-25 00:34:41 +0200 |
commit | f27534cfec882e5e079dc52d7d498ec04648de60 (patch) | |
tree | 63e173a86517a5d003acea054c109ad35b65b41a /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | af5080ce0f7be883f1a2cc44c316e9465c11f7b3 (diff) | |
download | hercules-f27534cfec882e5e079dc52d7d498ec04648de60.tar.gz hercules-f27534cfec882e5e079dc52d7d498ec04648de60.tar.bz2 hercules-f27534cfec882e5e079dc52d7d498ec04648de60.tar.xz hercules-f27534cfec882e5e079dc52d7d498ec04648de60.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index a8ec0b4f5..2be49919c 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2465,6 +2465,8 @@ 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_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) }, |