diff options
author | Hercules.ws <dev@herc.ws> | 2018-04-04 22:53:03 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-04-04 22:53:03 +0200 |
commit | 3a0badaffa02b29d11290dcb5ed8ccaf381e77e8 (patch) | |
tree | 27fa56f0eb6b9b9faae3c6006231c009a9a0e09e /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 53af9436ba90f619fb0dc4a6f9a28a81061420be (diff) | |
download | hercules-3a0badaffa02b29d11290dcb5ed8ccaf381e77e8.tar.gz hercules-3a0badaffa02b29d11290dcb5ed8ccaf381e77e8.tar.bz2 hercules-3a0badaffa02b29d11290dcb5ed8ccaf381e77e8.tar.xz hercules-3a0badaffa02b29d11290dcb5ed8ccaf381e77e8.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 045c8a087..6191bea21 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -546,6 +546,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->msgtable, HP_clif_msgtable) }, { HP_POP(clif->msgtable_num, HP_clif_msgtable_num) }, { HP_POP(clif->msgtable_skill, HP_clif_msgtable_skill) }, + { HP_POP(clif->msgtable_str, HP_clif_msgtable_str) }, + { HP_POP(clif->msgtable_color, HP_clif_msgtable_color) }, { HP_POP(clif->message, HP_clif_message) }, { HP_POP(clif->messageln, HP_clif_messageln) }, { HP_POP(clif->process_chat_message, HP_clif_process_chat_message) }, |