diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-04-19 22:38:28 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-04-19 22:38:28 +0200 |
commit | 11d2525f4a7a358030caaa17fe82dc7bab8fe63f (patch) | |
tree | 0d87c909a27d961c94f4c877b2d0a581b81c1d84 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 93584f7416164985220293b7c08fcc29c4d5060f (diff) | |
download | hercules-11d2525f4a7a358030caaa17fe82dc7bab8fe63f.tar.gz hercules-11d2525f4a7a358030caaa17fe82dc7bab8fe63f.tar.bz2 hercules-11d2525f4a7a358030caaa17fe82dc7bab8fe63f.tar.xz hercules-11d2525f4a7a358030caaa17fe82dc7bab8fe63f.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index 3827f3e84..d85b2aed9 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -2567,8 +2567,6 @@ struct { struct HPMHookPoint *HP_itemdb_readdb_sql_post; struct HPMHookPoint *HP_itemdb_unique_id_pre; struct HPMHookPoint *HP_itemdb_unique_id_post; - struct HPMHookPoint *HP_itemdb_uid_load_pre; - struct HPMHookPoint *HP_itemdb_uid_load_post; struct HPMHookPoint *HP_itemdb_read_pre; struct HPMHookPoint *HP_itemdb_read_post; struct HPMHookPoint *HP_itemdb_destroy_item_data_pre; @@ -7606,8 +7604,6 @@ struct { int HP_itemdb_readdb_sql_post; int HP_itemdb_unique_id_pre; int HP_itemdb_unique_id_post; - int HP_itemdb_uid_load_pre; - int HP_itemdb_uid_load_post; int HP_itemdb_read_pre; int HP_itemdb_read_post; int HP_itemdb_destroy_item_data_pre; |