diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-15 02:01:27 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-15 02:01:27 +0100 |
commit | 769ac1a193764055c64786064dc36669f11c6d9d (patch) | |
tree | f69315a32e17497a77c8f17585ccbebb6c4ca685 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89 (diff) | |
download | hercules-769ac1a193764055c64786064dc36669f11c6d9d.tar.gz hercules-769ac1a193764055c64786064dc36669f11c6d9d.tar.bz2 hercules-769ac1a193764055c64786064dc36669f11c6d9d.tar.xz hercules-769ac1a193764055c64786064dc36669f11c6d9d.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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 446fcbd18..6cd3d4702 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->search_name_array, HP_itemdb_search_name_array) }, { HP_POP(itemdb->load, HP_itemdb_load) }, { HP_POP(itemdb->search, HP_itemdb_search) }, - { HP_POP(itemdb->parse_dbrow, HP_itemdb_parse_dbrow) }, { HP_POP(itemdb->exists, HP_itemdb_exists) }, { HP_POP(itemdb->in_group, HP_itemdb_in_group) }, { HP_POP(itemdb->group_item, HP_itemdb_group_item) }, @@ -1286,7 +1285,9 @@ struct HookingPointData HookingPoints[] = { { HP_POP(itemdb->combo_split_atoi, HP_itemdb_combo_split_atoi) }, { HP_POP(itemdb->read_combos, HP_itemdb_read_combos) }, { HP_POP(itemdb->gendercheck, HP_itemdb_gendercheck) }, - { HP_POP(itemdb->re_split_atoi, HP_itemdb_re_split_atoi) }, + { HP_POP(itemdb->validate_entry, HP_itemdb_validate_entry) }, + { HP_POP(itemdb->readdb_sql_sub, HP_itemdb_readdb_sql_sub) }, + { HP_POP(itemdb->readdb_libconfig_sub, HP_itemdb_readdb_libconfig_sub) }, { HP_POP(itemdb->readdb, HP_itemdb_readdb) }, { HP_POP(itemdb->read_sqldb, HP_itemdb_read_sqldb) }, { HP_POP(itemdb->unique_id, HP_itemdb_unique_id) }, @@ -1294,6 +1295,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(itemdb->read, HP_itemdb_read) }, { HP_POP(itemdb->destroy_item_data, HP_itemdb_destroy_item_data) }, { HP_POP(itemdb->final_sub, HP_itemdb_final_sub) }, + { HP_POP(itemdb->clear, HP_itemdb_clear) }, /* logs */ { HP_POP(logs->pick_pc, HP_logs_pick_pc) }, { HP_POP(logs->pick_mob, HP_logs_pick_mob) }, |