summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.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.HPMHooksCore.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.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index feb929dbc..db4a8e5b2 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -2001,10 +2001,8 @@ struct {
struct HPMHookPoint *HP_guild_get_alliance_count_post;
struct HPMHookPoint *HP_guild_castle_reconnect_sub_pre;
struct HPMHookPoint *HP_guild_castle_reconnect_sub_post;
- struct HPMHookPoint *HP_gstorage_id2storage_pre;
- struct HPMHookPoint *HP_gstorage_id2storage_post;
- struct HPMHookPoint *HP_gstorage_id2storage2_pre;
- struct HPMHookPoint *HP_gstorage_id2storage2_post;
+ struct HPMHookPoint *HP_gstorage_ensure_pre;
+ struct HPMHookPoint *HP_gstorage_ensure_post;
struct HPMHookPoint *HP_gstorage_init_pre;
struct HPMHookPoint *HP_gstorage_init_post;
struct HPMHookPoint *HP_gstorage_final_pre;
@@ -7040,10 +7038,8 @@ struct {
int HP_guild_get_alliance_count_post;
int HP_guild_castle_reconnect_sub_pre;
int HP_guild_castle_reconnect_sub_post;
- int HP_gstorage_id2storage_pre;
- int HP_gstorage_id2storage_post;
- int HP_gstorage_id2storage2_pre;
- int HP_gstorage_id2storage2_post;
+ int HP_gstorage_ensure_pre;
+ int HP_gstorage_ensure_post;
int HP_gstorage_init_pre;
int HP_gstorage_init_post;
int HP_gstorage_final_pre;