From 0a5c875851ce2948dd79b480e2412f97f9876c25 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Aug 2021 15:22:03 -0300 Subject: Fix typos --- npc/commands/warp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/commands/warp.txt') 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); -- cgit v1.2.3-60-g2f50