summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-13 23:17:23 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-13 23:17:23 +0300
commitd887701df743a8e4469b37cabfa260c4529ac89a (patch)
tree4fe4e2a082ce6b2fb5db12dd7c69d6c7d5569722 /npc/functions/main.txt
parent913383b9f1078e8c1fd5f5db8a0698501d4b14f7 (diff)
downloadserverdata-d887701df743a8e4469b37cabfa260c4529ac89a.tar.gz
serverdata-d887701df743a8e4469b37cabfa260c4529ac89a.tar.bz2
serverdata-d887701df743a8e4469b37cabfa260c4529ac89a.tar.xz
serverdata-d887701df743a8e4469b37cabfa260c4529ac89a.zip
Update from hercules
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index e31b02d0..c8a37b1c 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -146,7 +146,7 @@ function script speech {
// Show debug message if .debug variable of NPC is set to 1
function script npcdebug {
if (getvariableofnpc(.debug, strnpcinfo(3)))
- debugmes strnpcinfo(3) + ": " + getarg(0);
+ consolemes(CONSOLEMES_DEBUG, strnpcinfo(3) + ": " + getarg(0));
return;
}