summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-01-11 17:04:15 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-01-11 17:04:15 +0100
commitab0ee930b27b151f93e21b9c7aef36ccb6e0f1cb (patch)
tree57bca213d25efefe502baa87a90672b5ec551250 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
parent82b583b5ef4e729ad2c3c74b26adce16a145605a (diff)
downloadhercules-ab0ee930b27b151f93e21b9c7aef36ccb6e0f1cb.tar.gz
hercules-ab0ee930b27b151f93e21b9c7aef36ccb6e0f1cb.tar.bz2
hercules-ab0ee930b27b151f93e21b9c7aef36ccb6e0f1cb.tar.xz
hercules-ab0ee930b27b151f93e21b9c7aef36ccb6e0f1cb.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.inc19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
index 8188f7c30..d7956c416 100644
--- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
@@ -1977,6 +1977,11 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pc->expiration_timer, HP_pc_expiration_timer) },
{ HP_POP(pc->global_expiration_timer, HP_pc_global_expiration_timer) },
{ HP_POP(pc->expire_check, HP_pc_expire_check) },
+ { HP_POP(pc->autotrade_load, HP_pc_autotrade_load) },
+ { HP_POP(pc->autotrade_update, HP_pc_autotrade_update) },
+ { HP_POP(pc->autotrade_start, HP_pc_autotrade_start) },
+ { HP_POP(pc->autotrade_prepare, HP_pc_autotrade_prepare) },
+ { HP_POP(pc->autotrade_populate, HP_pc_autotrade_populate) },
/* pet */
{ HP_POP(pet->init, HP_pet_init) },
{ HP_POP(pet->final, HP_pet_final) },
@@ -2115,7 +2120,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(script->set_reg, HP_script_set_reg) },
{ HP_POP(script->stack_expand, HP_script_stack_expand) },
{ HP_POP(script->push_retinfo, HP_script_push_retinfo) },
- { HP_POP(script->pop_val, HP_script_pop_val) },
{ HP_POP(script->op_3, HP_script_op_3) },
{ HP_POP(script->op_2str, HP_script_op_2str) },
{ HP_POP(script->op_2num, HP_script_op_2num) },
@@ -2128,7 +2132,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(script->menu_countoptions, HP_script_menu_countoptions) },
{ HP_POP(script->buildin_areawarp_sub, HP_script_buildin_areawarp_sub) },
{ HP_POP(script->buildin_areapercentheal_sub, HP_script_buildin_areapercentheal_sub) },
- { HP_POP(script->getarraysize, HP_script_getarraysize) },
{ HP_POP(script->buildin_delitem_delete, HP_script_buildin_delitem_delete) },
{ HP_POP(script->buildin_delitem_search, HP_script_buildin_delitem_search) },
{ HP_POP(script->buildin_killmonster_sub_strip, HP_script_buildin_killmonster_sub_strip) },
@@ -2154,6 +2157,18 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(script->run_func, HP_script_run_func) },
{ HP_POP(script->getfuncname, HP_script_getfuncname) },
{ HP_POP(script->calc_hash_ci, HP_script_calc_hash_ci) },
+ { HP_POP(script->array_src, HP_script_array_src) },
+ { HP_POP(script->array_update, HP_script_array_update) },
+ { HP_POP(script->array_delete, HP_script_array_delete) },
+ { HP_POP(script->array_remove_member, HP_script_array_remove_member) },
+ { HP_POP(script->array_add_member, HP_script_array_add_member) },
+ { 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->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) },
+ { HP_POP(script->array_cpy_list, HP_script_array_cpy_list) },
/* searchstore */
{ HP_POP(searchstore->open, HP_searchstore_open) },
{ HP_POP(searchstore->query, HP_searchstore_query) },