summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 17:36:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 17:36:34 -0300
commit6f57ed298bb1f086588df4ec45083b2f1f2c37dd (patch)
treed8cf96bc9050af86a040457e37d402f4793e997d
parentc342c020190d64a9a5d19b6005e88ac68f02dec5 (diff)
downloadserverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.gz
serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.bz2
serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.xz
serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.zip
Test server players should be able to warp around
-rw-r--r--npc/commands/debug.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index e8e28290..d5bbc79f 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -685,6 +685,7 @@ OnInit:
add_group_command("item", 0, true, false);
add_group_command("zeny", 0, true, false);
add_group_command("heal", 0, true, false);
+ add_group_command("warp", 0, true, false);
add_group_command("alive", 0, true, false);
add_group_command("speed", 0, true, false);
add_group_command("storage", 0, true, false);