diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-01-13 04:22:28 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-01-13 04:22:28 +0100 |
commit | b37691acc264ad6a897cbeb5441738bd9d1495eb (patch) | |
tree | 7b6ef14433b8b3952e935f28d079ef90969245cc /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 8eadb9fc241e1784084625e89b208d80bda9e6e2 (diff) | |
download | hercules-b37691acc264ad6a897cbeb5441738bd9d1495eb.tar.gz hercules-b37691acc264ad6a897cbeb5441738bd9d1495eb.tar.bz2 hercules-b37691acc264ad6a897cbeb5441738bd9d1495eb.tar.xz hercules-b37691acc264ad6a897cbeb5441738bd9d1495eb.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, 0 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index c964054e1..e6f593187 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1248,7 +1248,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(itemdb->final, HP_itemdb_final) }, { HP_POP(itemdb->reload, HP_itemdb_reload) }, { HP_POP(itemdb->name_constants, HP_itemdb_name_constants) }, - { HP_POP(itemdb->force_name_constants, HP_itemdb_force_name_constants) }, { HP_POP(itemdb->read_groups, HP_itemdb_read_groups) }, { HP_POP(itemdb->read_chains, HP_itemdb_read_chains) }, { HP_POP(itemdb->read_packages, HP_itemdb_read_packages) }, @@ -2061,7 +2060,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->pop_stack, HP_script_pop_stack) }, { HP_POP(script->set_constant, HP_script_set_constant) }, { HP_POP(script->set_constant2, HP_script_set_constant2) }, - { HP_POP(script->set_constant_force, HP_script_set_constant_force) }, { HP_POP(script->get_constant, HP_script_get_constant) }, { HP_POP(script->label_add, HP_script_label_add) }, { HP_POP(script->run, HP_script_run) }, |