diff options
author | Hercules.ws <dev@herc.ws> | 2018-04-03 00:12:17 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-04-03 00:12:17 +0200 |
commit | b5bd99a39aee9b555fbe90fe1c839c7cfffed9c0 (patch) | |
tree | 211d8b83885bdbaebdf9d5535ba566ab31d78ef3 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 90ce24c61f48bf37f7f29e56b81f1d8713ddb299 (diff) | |
download | hercules-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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 39bca48e9..045c8a087 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -666,6 +666,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->quest_delete, HP_clif_quest_delete) }, { HP_POP(clif->quest_update_status, HP_clif_quest_update_status) }, { HP_POP(clif->quest_update_objective, HP_clif_quest_update_objective) }, + { HP_POP(clif->quest_notify_objective, HP_clif_quest_notify_objective) }, { HP_POP(clif->quest_show_event, HP_clif_quest_show_event) }, { HP_POP(clif->mail_window, HP_clif_mail_window) }, { HP_POP(clif->mail_read, HP_clif_mail_read) }, |