summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 15:22:03 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 15:22:03 -0300
commit0a5c875851ce2948dd79b480e2412f97f9876c25 (patch)
treece9448062edbf3d42fa657d9506905eda46098bb /npc/commands
parent728b3f407aa16aa10bb9e47f838a904f2642128e (diff)
downloadserverdata-0a5c875851ce2948dd79b480e2412f97f9876c25.tar.gz
serverdata-0a5c875851ce2948dd79b480e2412f97f9876c25.tar.bz2
serverdata-0a5c875851ce2948dd79b480e2412f97f9876c25.tar.xz
serverdata-0a5c875851ce2948dd79b480e2412f97f9876c25.zip
Fix typos
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/warp.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index ddd0449d..29e4f4ca 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -74,9 +74,9 @@ OnCall:
OnInit:
if (debug) {
- bindatcmd("w", "@w::OnCall", 0, 20, 0);
- bindatcmd("go", "@w::OnCall", 0, 20, 0);
- bindatcmd("to", "@w::OnCall", 0, 20, 0);
+ bindatcmd("w", "@w::OnCall", 0, 20, 1);
+ bindatcmd("go", "@w::OnCall", 0, 20, 1);
+ bindatcmd("to", "@w::OnCall", 0, 20, 1);
} else {
bindatcmd("w", "@w::OnCall", 20, 60, 1);
bindatcmd("go", "@w::OnCall", 20, 60, 1);