summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-11-16 07:18:25 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-11-16 07:18:25 +0100
commit5264e2e5e043ed5c5d101940be5642fae58e069c (patch)
tree677dfdb6404285ac43dacff03212e076ec4bcc7e /src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
parent02fcaed6bd32b0ffbc4f03b8f9de6f0720e6253f (diff)
downloadhercules-5264e2e5e043ed5c5d101940be5642fae58e069c.tar.gz
hercules-5264e2e5e043ed5c5d101940be5642fae58e069c.tar.bz2
hercules-5264e2e5e043ed5c5d101940be5642fae58e069c.tar.xz
hercules-5264e2e5e043ed5c5d101940be5642fae58e069c.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
index 46a225568..e2838b610 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -519,6 +519,10 @@ struct {
struct HPMHookPoint *HP_inter_storage_guild_storage_delete_post;
struct HPMHookPoint *HP_inter_storage_parse_frommap_pre;
struct HPMHookPoint *HP_inter_storage_parse_frommap_post;
+ struct HPMHookPoint *HP_loginif_init_pre;
+ struct HPMHookPoint *HP_loginif_init_post;
+ struct HPMHookPoint *HP_loginif_final_pre;
+ struct HPMHookPoint *HP_loginif_final_post;
struct HPMHookPoint *HP_loginif_reset_pre;
struct HPMHookPoint *HP_loginif_reset_post;
struct HPMHookPoint *HP_loginif_check_shutdown_pre;
@@ -1410,6 +1414,10 @@ struct {
int HP_inter_storage_guild_storage_delete_post;
int HP_inter_storage_parse_frommap_pre;
int HP_inter_storage_parse_frommap_post;
+ int HP_loginif_init_pre;
+ int HP_loginif_init_post;
+ int HP_loginif_final_pre;
+ int HP_loginif_final_post;
int HP_loginif_reset_pre;
int HP_loginif_reset_post;
int HP_loginif_check_shutdown_pre;