summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2019-07-28 19:15:55 +0200
committerHerculesWSAPI <dev@herc.ws>2019-07-28 19:15:55 +0200
commit8964a0c278390bd87f34cad5ad0ddd5f3d002f06 (patch)
treea06a9cb43df2b347d891319c899665a809a0c30d /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentbc827a10f838c78a051c064d41c27f4c478e7d69 (diff)
downloadhercules-8964a0c278390bd87f34cad5ad0ddd5f3d002f06.tar.gz
hercules-8964a0c278390bd87f34cad5ad0ddd5f3d002f06.tar.bz2
hercules-8964a0c278390bd87f34cad5ad0ddd5f3d002f06.tar.xz
hercules-8964a0c278390bd87f34cad5ad0ddd5f3d002f06.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index aa78e5447..fa5bb7cc2 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -3870,6 +3870,8 @@ struct {
struct HPMHookPoint *HP_mob_final_post;
struct HPMHookPoint *HP_mob_reload_pre;
struct HPMHookPoint *HP_mob_reload_post;
+ struct HPMHookPoint *HP_mob_reload_sub_mob_pre;
+ struct HPMHookPoint *HP_mob_reload_sub_mob_post;
struct HPMHookPoint *HP_mob_db_pre;
struct HPMHookPoint *HP_mob_db_post;
struct HPMHookPoint *HP_mob_chat_pre;
@@ -10661,6 +10663,8 @@ struct {
int HP_mob_final_post;
int HP_mob_reload_pre;
int HP_mob_reload_post;
+ int HP_mob_reload_sub_mob_pre;
+ int HP_mob_reload_sub_mob_post;
int HP_mob_db_pre;
int HP_mob_db_post;
int HP_mob_chat_pre;