summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-01 21:16:37 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-01 21:16:37 -0300
commitdc929d2bf49f356122058c5436c49518d679b67f (patch)
tree8059f9fa61be708915ce695ec1f31cece99e30df /npc/items
parent05d6f078e3ae27e8ed03123ab13584610e37c0c4 (diff)
downloadserverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.gz
serverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.bz2
serverdata-dc929d2bf49f356122058c5436c49518d679b67f.tar.xz
serverdata-dc929d2bf49f356122058c5436c49518d679b67f.zip
Get rid of old features from Mercenary Trainer
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/mercenary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/mercenary.txt b/npc/items/mercenary.txt
index 87031e619..ea7f1389a 100644
--- a/npc/items/mercenary.txt
+++ b/npc/items/mercenary.txt
@@ -99,7 +99,7 @@ function script merc_randid {
.@n=any_of(.@r);
}
- debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2];
+ //debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2];
return .@n;
}