diff options
author | Hercules.ws <dev@herc.ws> | 2018-05-07 00:14:01 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-05-07 00:14:01 +0200 |
commit | aab3a10649b54361388e3c9be4f4df6d54505304 (patch) | |
tree | 354f0e49d316b322dd55dd1f9f47b0b8c7b9f937 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 614d7b66475f58dfb6354b57ca14999cc8c1b687 (diff) | |
download | hercules-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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 7f1397f18..06c1b2c88 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1035,6 +1035,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->open_ui, HP_clif_open_ui) }, { HP_POP(clif->pAttendanceRewardRequest, HP_clif_pAttendanceRewardRequest) }, { HP_POP(clif->ui_action, HP_clif_ui_action) }, + { HP_POP(clif->pPrivateAirshipRequest, HP_clif_pPrivateAirshipRequest) }, + { HP_POP(clif->PrivateAirshipResponse, HP_clif_PrivateAirshipResponse) }, /* cmdline_interface */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |