diff options
author | Hercules.ws <dev@herc.ws> | 2017-05-30 02:52:06 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-05-30 02:52:06 +0200 |
commit | 8c5b8ac7d87d8d4dc49d3ff1768f8884a0d75d72 (patch) | |
tree | 59412bac86bafb92bed1cc61e468ec36205ca38c /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | 5383a14853327c123cbb037d3680aaa3d8c3e724 (diff) | |
download | hercules-8c5b8ac7d87d8d4dc49d3ff1768f8884a0d75d72.tar.gz hercules-8c5b8ac7d87d8d4dc49d3ff1768f8884a0d75d72.tar.bz2 hercules-8c5b8ac7d87d8d4dc49d3ff1768f8884a0d75d72.tar.xz hercules-8c5b8ac7d87d8d4dc49d3ff1768f8884a0d75d72.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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index 9b07bdccd..1d063603a 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -353,6 +353,7 @@ 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 */ |