summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-08-12 11:20:12 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-08-12 11:20:12 +0530
commit10f24ba5b82e7e563cb720a8dea9a415fd8055d7 (patch)
tree854d29dfa5096dcb1e427a2b50b47fdb4601b8b8 /src/map/npc_chat.c
parentc63f46ef29310ec846b7fb90e02e93a6abd7abdc (diff)
parentbe8b2eaed13475ae043daa81882e490e78396562 (diff)
downloadhercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.gz
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.bz2
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.tar.xz
hercules-10f24ba5b82e7e563cb720a8dea9a415fd8055d7.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r--src/map/npc_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index 3fe379f36..67b78dcea 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -371,7 +371,7 @@ int npc_chat_sub(struct block_list* bl, va_list ap)
}
// run the npc script
- script->run(nd->u.scr.script,lst[i].pos,sd->bl.id,nd->bl.id);
+ script->run_npc(nd->u.scr.script,lst[i].pos,sd->bl.id,nd->bl.id);
return 0;
}
}