diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-01-12 16:28:42 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-01-12 16:28:42 +0100 |
commit | f345e3e50558920cf9a8e7fe142e3e6234b2ee32 (patch) | |
tree | 093db86877b629d0ef739e18d8da30583f87ed59 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 209d15e07d52a52c110b01f4bad0b52080a69550 (diff) | |
download | hercules-f345e3e50558920cf9a8e7fe142e3e6234b2ee32.tar.gz hercules-f345e3e50558920cf9a8e7fe142e3e6234b2ee32.tar.bz2 hercules-f345e3e50558920cf9a8e7fe142e3e6234b2ee32.tar.xz hercules-f345e3e50558920cf9a8e7fe142e3e6234b2ee32.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index d7956c416..c964054e1 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2165,6 +2165,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->array_size, HP_script_array_size) }, { HP_POP(script->array_highest_key, HP_script_array_highest_key) }, { HP_POP(script->array_free_db, HP_script_array_free_db) }, + { HP_POP(script->array_ensure_zero, HP_script_array_ensure_zero) }, { HP_POP(script->reg_destroy_single, HP_script_reg_destroy_single) }, { HP_POP(script->reg_destroy, HP_script_reg_destroy) }, { HP_POP(script->generic_ui_array_expand, HP_script_generic_ui_array_expand) }, |