diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-02-26 19:11:22 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-02-26 19:11:22 +0100 |
commit | e5c748eb848402539cca577e78470c502c487004 (patch) | |
tree | f075b294b34e6ebba16f90a7abef5e70568e5456 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 4bd9c3040926f35b14e3eab523620c9d20fe4d6b (diff) | |
download | hercules-e5c748eb848402539cca577e78470c502c487004.tar.gz hercules-e5c748eb848402539cca577e78470c502c487004.tar.bz2 hercules-e5c748eb848402539cca577e78470c502c487004.tar.xz hercules-e5c748eb848402539cca577e78470c502c487004.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 9cd73bce8..e34217c0d 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2169,6 +2169,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->reg_destroy, HP_script_reg_destroy) }, { HP_POP(script->generic_ui_array_expand, HP_script_generic_ui_array_expand) }, { HP_POP(script->array_cpy_list, HP_script_array_cpy_list) }, + { HP_POP(script->hardcoded_constants, HP_script_hardcoded_constants) }, + { HP_POP(script->mapindexname2id, HP_script_mapindexname2id) }, /* searchstore */ { HP_POP(searchstore->open, HP_searchstore_open) }, { HP_POP(searchstore->query, HP_searchstore_query) }, |