diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-07 08:12:48 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-09-22 23:45:41 +0200 |
commit | ad19056bfcc1e98129bf25e14b58dcd0d438f9f9 (patch) | |
tree | 691dd707e2c2166d6471bdbfddeae6db1c71c6b6 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 5d8e006fb85df2b3bbc32f2348bbcaad950546ba (diff) | |
download | hercules-ad19056bfcc1e98129bf25e14b58dcd0d438f9f9.tar.gz hercules-ad19056bfcc1e98129bf25e14b58dcd0d438f9f9.tar.bz2 hercules-ad19056bfcc1e98129bf25e14b58dcd0d438f9f9.tar.xz hercules-ad19056bfcc1e98129bf25e14b58dcd0d438f9f9.zip |
HPM Hooks update
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
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 ea22350a6..ddc3e643c 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2864,6 +2864,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->run_use_script, HP_script_run_use_script) }, { HP_POP(script->run_item_equip_script, HP_script_run_item_equip_script) }, { HP_POP(script->run_item_unequip_script, HP_script_run_item_unequip_script) }, + { HP_POP(script->run_item_rental_end_script, HP_script_run_item_rental_end_script) }, + { HP_POP(script->run_item_rental_start_script, HP_script_run_item_rental_start_script) }, /* searchstore_interface */ { HP_POP(searchstore->open, HP_searchstore_open) }, { HP_POP(searchstore->query, HP_searchstore_query) }, |