summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-05-07 00:14:01 +0200
committerHerculesWSAPI <dev@herc.ws>2018-05-07 00:14:01 +0200
commitaab3a10649b54361388e3c9be4f4df6d54505304 (patch)
tree354f0e49d316b322dd55dd1f9f47b0b8c7b9f937 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent614d7b66475f58dfb6354b57ca14999cc8c1b687 (diff)
downloadhercules-aab3a10649b54361388e3c9be4f4df6d54505304.tar.gz
hercules-aab3a10649b54361388e3c9be4f4df6d54505304.tar.bz2
hercules-aab3a10649b54361388e3c9be4f4df6d54505304.tar.xz
hercules-aab3a10649b54361388e3c9be4f4df6d54505304.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.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index f0090a5ba..747ec357e 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -2024,6 +2024,10 @@ struct {
struct HPMHookPoint *HP_clif_pAttendanceRewardRequest_post;
struct HPMHookPoint *HP_clif_ui_action_pre;
struct HPMHookPoint *HP_clif_ui_action_post;
+ struct HPMHookPoint *HP_clif_pPrivateAirshipRequest_pre;
+ struct HPMHookPoint *HP_clif_pPrivateAirshipRequest_post;
+ struct HPMHookPoint *HP_clif_PrivateAirshipResponse_pre;
+ struct HPMHookPoint *HP_clif_PrivateAirshipResponse_post;
struct HPMHookPoint *HP_cmdline_init_pre;
struct HPMHookPoint *HP_cmdline_init_post;
struct HPMHookPoint *HP_cmdline_final_pre;
@@ -8365,6 +8369,10 @@ struct {
int HP_clif_pAttendanceRewardRequest_post;
int HP_clif_ui_action_pre;
int HP_clif_ui_action_post;
+ int HP_clif_pPrivateAirshipRequest_pre;
+ int HP_clif_pPrivateAirshipRequest_post;
+ int HP_clif_PrivateAirshipResponse_pre;
+ int HP_clif_PrivateAirshipResponse_post;
int HP_cmdline_init_pre;
int HP_cmdline_init_post;
int HP_cmdline_final_pre;