summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-11 02:27:20 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-11 02:27:20 -0300
commitf06f4d44117b031ebfe155a07c4c3728ebf7e657 (patch)
tree14f3aec90d6c809da9c166fdc3c827676e29d87c /npc/commands
parentb69acad9831b75d48208de067d0d707ccb0f6d30 (diff)
downloadserverdata-f06f4d44117b031ebfe155a07c4c3728ebf7e657.tar.gz
serverdata-f06f4d44117b031ebfe155a07c4c3728ebf7e657.tar.bz2
serverdata-f06f4d44117b031ebfe155a07c4c3728ebf7e657.tar.xz
serverdata-f06f4d44117b031ebfe155a07c4c3728ebf7e657.zip
The bot must explain about Thunderhill, but some details are lacking
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/warp.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index d347a42fd..c40aa8bb5 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -89,10 +89,5 @@ OnInit:
.count = getarraysize(.aliases$[0]);
- if (debug > 0) {
- bindatcmd "w", "@w::OnCall", 0, 2, 0;
- end;
- }
-
bindatcmd "w", "@w::OnCall", 5, 80, 1;
}