diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-05-31 03:30:12 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-05-31 03:30:12 +0200 |
commit | 287a9dea71fe4edb595c2457af88cfdbe60a4907 (patch) | |
tree | 00cda37a3674a020a7bd139c9b0bc406ce887718 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 8dc6717997e8e2d61c72603800b2d9ebba1bc180 (diff) | |
download | hercules-287a9dea71fe4edb595c2457af88cfdbe60a4907.tar.gz hercules-287a9dea71fe4edb595c2457af88cfdbe60a4907.tar.bz2 hercules-287a9dea71fe4edb595c2457af88cfdbe60a4907.tar.xz hercules-287a9dea71fe4edb595c2457af88cfdbe60a4907.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, 0 insertions, 6 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 7cccaeb22..603752447 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1289,12 +1289,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(itemdb->isrestricted, HP_itemdb_isrestricted) }, { HP_POP(itemdb->isidentified, HP_itemdb_isidentified) }, { HP_POP(itemdb->isidentified2, HP_itemdb_isidentified2) }, - { HP_POP(itemdb->read_itemavail, HP_itemdb_read_itemavail) }, - { HP_POP(itemdb->read_itemtrade, HP_itemdb_read_itemtrade) }, - { HP_POP(itemdb->read_itemdelay, HP_itemdb_read_itemdelay) }, - { HP_POP(itemdb->read_stack, HP_itemdb_read_stack) }, - { HP_POP(itemdb->read_buyingstore, HP_itemdb_read_buyingstore) }, - { HP_POP(itemdb->read_nouse, HP_itemdb_read_nouse) }, { 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) }, |