summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-06-28 04:20:44 +0200
committerHerculesWSAPI <dev@herc.ws>2020-06-28 04:20:44 +0200
commit812e02662acf62fd568cfeae4a29d4602f45833b (patch)
tree172c68b24bd09ab8895d1d22edc8ca32b4b3d85a /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent6865e6da70d8d44a9c92c2b922da4444a09f7ac3 (diff)
downloadhercules-812e02662acf62fd568cfeae4a29d4602f45833b.tar.gz
hercules-812e02662acf62fd568cfeae4a29d4602f45833b.tar.bz2
hercules-812e02662acf62fd568cfeae4a29d4602f45833b.tar.xz
hercules-812e02662acf62fd568cfeae4a29d4602f45833b.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.inc1
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 4cd13c366..34f968c12 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1156,6 +1156,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(clif->attendance_timediff, HP_clif_attendance_timediff) },
{ HP_POP(clif->attendance_getendtime, HP_clif_attendance_getendtime) },
{ HP_POP(clif->pOpenUIRequest, HP_clif_pOpenUIRequest) },
+ { HP_POP(clif->open_ui_send, HP_clif_open_ui_send) },
{ 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) },