diff options
author | Reid <reidyaro@gmail.com> | 2016-01-17 05:27:37 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-17 05:27:37 +0100 |
commit | 4af98faa108884ef0ad77146f23a6cfd745e8f7a (patch) | |
tree | e9a1d2b5f2a20ae6629856cfee281efdc7da3e84 | |
parent | d9373ba6e0e30fa1ebd5bade0d0b3930e0b8f013 (diff) | |
download | serverdata-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.txt | 1 | ||||
-rw-r--r-- | npc/001-1/lucas.txt | 1 |
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; } } |