summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-04-03 00:12:17 +0200
committerHerculesWSAPI <dev@herc.ws>2018-04-03 00:12:17 +0200
commitb5bd99a39aee9b555fbe90fe1c839c7cfffed9c0 (patch)
tree211d8b83885bdbaebdf9d5535ba566ab31d78ef3 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent90ce24c61f48bf37f7f29e56b81f1d8713ddb299 (diff)
downloadhercules-b5bd99a39aee9b555fbe90fe1c839c7cfffed9c0.tar.gz
hercules-b5bd99a39aee9b555fbe90fe1c839c7cfffed9c0.tar.bz2
hercules-b5bd99a39aee9b555fbe90fe1c839c7cfffed9c0.tar.xz
hercules-b5bd99a39aee9b555fbe90fe1c839c7cfffed9c0.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 905f6a65d..d799b8693 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -1286,6 +1286,8 @@ struct {
struct HPMHookPoint *HP_clif_quest_update_status_post;
struct HPMHookPoint *HP_clif_quest_update_objective_pre;
struct HPMHookPoint *HP_clif_quest_update_objective_post;
+ struct HPMHookPoint *HP_clif_quest_notify_objective_pre;
+ struct HPMHookPoint *HP_clif_quest_notify_objective_post;
struct HPMHookPoint *HP_clif_quest_show_event_pre;
struct HPMHookPoint *HP_clif_quest_show_event_post;
struct HPMHookPoint *HP_clif_mail_window_pre;
@@ -7571,6 +7573,8 @@ struct {
int HP_clif_quest_update_status_post;
int HP_clif_quest_update_objective_pre;
int HP_clif_quest_update_objective_post;
+ int HP_clif_quest_notify_objective_pre;
+ int HP_clif_quest_notify_objective_post;
int HP_clif_quest_show_event_pre;
int HP_clif_quest_show_event_post;
int HP_clif_mail_window_pre;