diff options
author | shennetsind <ind@henn.et> | 2013-09-17 16:56:04 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-09-17 16:56:04 -0300 |
commit | 78c7c6bf04a6c96d92524ae37ad165e65f599eb8 (patch) | |
tree | fc7d3a562c6c47b4f8836c984b5aef1c70b64d7c /src/map/clif.c | |
parent | 2884b361c247a66c91188cfeb924e1794d58da55 (diff) | |
download | hercules-78c7c6bf04a6c96d92524ae37ad165e65f599eb8.tar.gz hercules-78c7c6bf04a6c96d92524ae37ad165e65f599eb8.tar.bz2 hercules-78c7c6bf04a6c96d92524ae37ad165e65f599eb8.tar.xz hercules-78c7c6bf04a6c96d92524ae37ad165e65f599eb8.zip |
HPM: npc_chat.c Interfaced
Fully Integrated, closes #117
Also updated buildin_ functions to match latest script.c/.h macros.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index f55dcdf08..c61630bb5 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10000,7 +10000,7 @@ void clif_parse_GlobalMessage(int fd, struct map_session_data* sd) WFIFOSET(fd, WFIFOW(fd,2)); #ifdef PCRE_SUPPORT // trigger listening npcs - iMap->foreachinrange(npc_chat_sub, &sd->bl, AREA_SIZE, BL_NPC, text, textlen, &sd->bl); + iMap->foreachinrange(npc_chat->sub, &sd->bl, AREA_SIZE, BL_NPC, text, textlen, &sd->bl); #endif // Chat logging type 'O' / Global Chat |