summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-23 01:32:30 +0100
committerReid <reidyaro@gmail.com>2016-02-23 01:32:30 +0100
commit7a78257a127e8f1aeffd7c272f13f6916e3f3af7 (patch)
tree83527e4aaaadcee0abb38bb30bde6ab2c23227b4 /npc
parent6e2d1533c05f37e67e9b46d206970701532eb971 (diff)
downloadserverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.gz
serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.bz2
serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.xz
serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.zip
Remove debugmes from juscare script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/juscare.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt
index 194f92a0..0afaa8ef 100644
--- a/npc/001-1/juscare.txt
+++ b/npc/001-1/juscare.txt
@@ -23,8 +23,6 @@
}
function randomTalk {
- debugmes "Juscare lock value : " + Repeat_NPC_lock + " current time " + gettimetick(2);
-
if (Repeat_NPC_lock <= gettimetick(2))
{
Repeat_NPC_lock = gettimetick(2) + 2;