diff options
author | shennetsind <ind@henn.et> | 2014-01-13 23:53:31 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-13 23:53:31 -0200 |
commit | 18291e8b8834d74e5775baeb296104cfaebe9e54 (patch) | |
tree | b9d8497fa0d2ea73453534a7ccb6bcf5c0d33386 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | e1a0059919dbc4f5c7e803a496b8d150c0a070f5 (diff) | |
parent | 9832e82b0e8dbda38bf4feb18e48cf5335e213ee (diff) | |
download | hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.gz hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.bz2 hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.xz hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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) }, |