summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorIbrahem Hossam <hemagx2@gmail.com>2016-04-23 17:29:59 +0200
committerIbrahem Hossam <hemagx2@gmail.com>2016-04-23 17:29:59 +0200
commit242c506676d3a8a42547992241dda7331f982d81 (patch)
treeb42a95009620c3ba71329ac57b30c22d9af848a2 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent2dc732fe12f9748a2601f06ea8e4c2848de4b6f1 (diff)
parent654a8c90afe0671323b75bb2d718912a0abf6ac7 (diff)
downloadhercules-242c506676d3a8a42547992241dda7331f982d81.tar.gz
hercules-242c506676d3a8a42547992241dda7331f982d81.tar.bz2
hercules-242c506676d3a8a42547992241dda7331f982d81.tar.xz
hercules-242c506676d3a8a42547992241dda7331f982d81.zip
Merge pull request #1263 from HerculesWS/chatmessage_terminator
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 8d9752849..2b29d14bb 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -512,7 +512,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(clif->msgtable_skill, HP_clif_msgtable_skill) },
{ HP_POP(clif->message, HP_clif_message) },
{ HP_POP(clif->messageln, HP_clif_messageln) },
- { HP_POP(clif->process_message, HP_clif_process_message) },
+ { HP_POP(clif->process_chat_message, HP_clif_process_chat_message) },
+ { HP_POP(clif->process_whisper_message, HP_clif_process_whisper_message) },
{ HP_POP(clif->wisexin, HP_clif_wisexin) },
{ HP_POP(clif->wisall, HP_clif_wisall) },
{ HP_POP(clif->PMIgnoreList, HP_clif_PMIgnoreList) },
@@ -2219,6 +2220,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pc->expire_check, HP_pc_expire_check) },
{ HP_POP(pc->db_checkid, HP_pc_db_checkid) },
{ HP_POP(pc->validate_levels, HP_pc_validate_levels) },
+ { HP_POP(pc->process_chat_message, HP_pc_process_chat_message) },
+ { HP_POP(pc->check_supernovice_call, HP_pc_check_supernovice_call) },
{ HP_POP(pc->autotrade_load, HP_pc_autotrade_load) },
{ HP_POP(pc->autotrade_update, HP_pc_autotrade_update) },
{ HP_POP(pc->autotrade_start, HP_pc_autotrade_start) },