diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-11-16 07:18:25 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-11-16 07:18:25 +0100 |
commit | 5264e2e5e043ed5c5d101940be5642fae58e069c (patch) | |
tree | 677dfdb6404285ac43dacff03212e076ec4bcc7e /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | 02fcaed6bd32b0ffbc4f03b8f9de6f0720e6253f (diff) | |
download | hercules-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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index b1b64af18..aa279dbb4 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -276,6 +276,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(inter_storage->guild_storage_delete, HP_inter_storage_guild_storage_delete) }, { HP_POP(inter_storage->parse_frommap, HP_inter_storage_parse_frommap) }, /* loginif */ + { HP_POP(loginif->init, HP_loginif_init) }, + { HP_POP(loginif->final, HP_loginif_final) }, { HP_POP(loginif->reset, HP_loginif_reset) }, { HP_POP(loginif->check_shutdown, HP_loginif_check_shutdown) }, { HP_POP(loginif->on_disconnect, HP_loginif_on_disconnect) }, |