summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-17 05:27:37 +0100
committerReid <reidyaro@gmail.com>2016-01-17 05:27:37 +0100
commit4af98faa108884ef0ad77146f23a6cfd745e8f7a (patch)
treee9a1d2b5f2a20ae6629856cfee281efdc7da3e84
parentd9373ba6e0e30fa1ebd5bade0d0b3930e0b8f013 (diff)
downloadserverdata-4af98faa108884ef0ad77146f23a6cfd745e8f7a.tar.gz
serverdata-4af98faa108884ef0ad77146f23a6cfd745e8f7a.tar.bz2
serverdata-4af98faa108884ef0ad77146f23a6cfd745e8f7a.tar.xz
serverdata-4af98faa108884ef0ad77146f23a6cfd745e8f7a.zip
Remove debugmsg on juscare and lucas scripts.
-rw-r--r--npc/001-1/juscare.txt1
-rw-r--r--npc/001-1/lucas.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt
index 3a2d0c51..083b55a0 100644
--- a/npc/001-1/juscare.txt
+++ b/npc/001-1/juscare.txt
@@ -28,7 +28,6 @@
if (Repeat_NPC_lock <= gettimetick(2))
{
Repeat_NPC_lock = gettimetick(2) + 2;
- debugmes "ACCEPTED";
villagertalk;
}
}
diff --git a/npc/001-1/lucas.txt b/npc/001-1/lucas.txt
index 225b14d7..f451c3f1 100644
--- a/npc/001-1/lucas.txt
+++ b/npc/001-1/lucas.txt
@@ -10,7 +10,6 @@
if (Repeat_NPC_lock <= gettimetick(2))
{
Repeat_NPC_lock = gettimetick(2) + 2;
- debugmes "ACCEPTED";
villagertalk;
}
}