summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-17 16:56:04 -0300
committershennetsind <ind@henn.et>2013-09-17 16:56:04 -0300
commit78c7c6bf04a6c96d92524ae37ad165e65f599eb8 (patch)
treefc7d3a562c6c47b4f8836c984b5aef1c70b64d7c /src/map/npc.c
parent2884b361c247a66c91188cfeb924e1794d58da55 (diff)
downloadhercules-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/npc.c')
-rw-r--r--src/map/npc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 13a625f07..51d01d711 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -1794,7 +1794,7 @@ int npc_unload(struct npc_data* nd, bool single) {
chat->deletenpcchat(nd);
#ifdef PCRE_SUPPORT
- npc_chat_finalize(nd); // deallocate npc PCRE data structures
+ npc_chat->finalize(nd); // deallocate npc PCRE data structures
#endif
if( single && nd->path ) {