summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2017-05-31 02:57:51 +0200
committerHerculesWSAPI <dev@herc.ws>2017-05-31 02:57:51 +0200
commitf30edc7f02fb0c290d302d9abc77d970bb05fb62 (patch)
tree374e06542915156d118c5f2810d32d022cc8d9e5 /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
parent47a1e679cd35dc2e524fbeb31891d85e497821ce (diff)
downloadhercules-f30edc7f02fb0c290d302d9abc77d970bb05fb62.tar.gz
hercules-f30edc7f02fb0c290d302d9abc77d970bb05fb62.tar.bz2
hercules-f30edc7f02fb0c290d302d9abc77d970bb05fb62.tar.xz
hercules-f30edc7f02fb0c290d302d9abc77d970bb05fb62.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
index 1d063603a..639cdbdd2 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
@@ -344,8 +344,6 @@ struct HookingPointData HookingPoints[] = {
/* inter_quest_interface */
{ HP_POP(inter_quest->parse_frommap, HP_inter_quest_parse_frommap) },
/* inter_storage_interface */
- { HP_POP(inter_storage->ensure_account_storage, HP_inter_storage_ensure_account_storage) },
- { HP_POP(inter_storage->clear_account_storage, HP_inter_storage_clear_account_storage) },
{ HP_POP(inter_storage->tosql, HP_inter_storage_tosql) },
{ HP_POP(inter_storage->fromsql, HP_inter_storage_fromsql) },
{ HP_POP(inter_storage->guild_storage_tosql, HP_inter_storage_guild_storage_tosql) },
@@ -353,7 +351,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(inter_storage->sql_init, HP_inter_storage_sql_init) },
{ HP_POP(inter_storage->sql_final, HP_inter_storage_sql_final) },
{ HP_POP(inter_storage->delete_, HP_inter_storage_delete_) },
- { HP_POP(inter_storage->delete_account_storage, HP_inter_storage_delete_account_storage) },
{ HP_POP(inter_storage->guild_storage_delete, HP_inter_storage_guild_storage_delete) },
{ HP_POP(inter_storage->parse_frommap, HP_inter_storage_parse_frommap) },
/* libconfig_interface */