summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-06-30 00:42:45 +0100
committerAsheraf <acheraf1998@gmail.com>2018-06-30 00:43:07 +0100
commit096a0398183203cfc23060a33950746f8d4dd0a0 (patch)
treec84899e0c9071cd34f81942b7726c081f649354d /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentdff7e258eb1e4eefc5d455212a912fe454b7d3d3 (diff)
downloadhercules-096a0398183203cfc23060a33950746f8d4dd0a0.tar.gz
hercules-096a0398183203cfc23060a33950746f8d4dd0a0.tar.bz2
hercules-096a0398183203cfc23060a33950746f8d4dd0a0.tar.xz
hercules-096a0398183203cfc23060a33950746f8d4dd0a0.zip
HPM Hooks Update
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 803948d89..94e86df4d 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -1044,6 +1044,8 @@ struct {
struct HPMHookPoint *HP_clif_messagecolor_post;
struct HPMHookPoint *HP_clif_disp_overhead_pre;
struct HPMHookPoint *HP_clif_disp_overhead_post;
+ struct HPMHookPoint *HP_clif_notify_playerchat_pre;
+ struct HPMHookPoint *HP_clif_notify_playerchat_post;
struct HPMHookPoint *HP_clif_msgtable_pre;
struct HPMHookPoint *HP_clif_msgtable_post;
struct HPMHookPoint *HP_clif_msgtable_num_pre;
@@ -7431,6 +7433,8 @@ struct {
int HP_clif_messagecolor_post;
int HP_clif_disp_overhead_pre;
int HP_clif_disp_overhead_post;
+ int HP_clif_notify_playerchat_pre;
+ int HP_clif_notify_playerchat_post;
int HP_clif_msgtable_pre;
int HP_clif_msgtable_post;
int HP_clif_msgtable_num_pre;