summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-10-05 07:38:42 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-10-05 07:38:42 +0200
commit6d5b8811b42669237939ccc468010b71fe463e37 (patch)
tree58548222005f3fd4d53439c59600ac937ae7efc8 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
parenta6c4c6384398a250099c86a1605d63f83f108905 (diff)
downloadhercules-6d5b8811b42669237939ccc468010b71fe463e37.tar.gz
hercules-6d5b8811b42669237939ccc468010b71fe463e37.tar.bz2
hercules-6d5b8811b42669237939ccc468010b71fe463e37.tar.xz
hercules-6d5b8811b42669237939ccc468010b71fe463e37.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.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
index 7c6e6305b..69913405a 100644
--- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
@@ -1014,8 +1014,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(guild->get_alliance_count, HP_guild_get_alliance_count) },
{ HP_POP(guild->castle_reconnect_sub, HP_guild_castle_reconnect_sub) },
/* gstorage */
- { HP_POP(gstorage->id2storage, HP_gstorage_id2storage) },
- { HP_POP(gstorage->id2storage2, HP_gstorage_id2storage2) },
+ { HP_POP(gstorage->ensure, HP_gstorage_ensure) },
{ HP_POP(gstorage->init, HP_gstorage_init) },
{ HP_POP(gstorage->final, HP_gstorage_final) },
{ HP_POP(gstorage->delete, HP_gstorage_delete) },