diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-08 17:36:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-08 17:36:34 -0300 |
commit | 6f57ed298bb1f086588df4ec45083b2f1f2c37dd (patch) | |
tree | d8cf96bc9050af86a040457e37d402f4793e997d /npc/commands | |
parent | c342c020190d64a9a5d19b6005e88ac68f02dec5 (diff) | |
download | serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.gz serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.bz2 serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.tar.xz serverdata-6f57ed298bb1f086588df4ec45083b2f1f2c37dd.zip |
Test server players should be able to warp around
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug.txt | 1 |
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); |