summaryrefslogtreecommitdiff
path: root/npc/029-0/mobs.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 16:39:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 16:39:29 -0300
commit2f0609d01fc3905f275e696f27826560b31f4758 (patch)
tree5236fcb9e7dae503514bab2413cfe78c22ad18ae /npc/029-0/mobs.txt
parent117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a (diff)
downloadserverdata-2f0609d01fc3905f275e696f27826560b31f4758.tar.gz
serverdata-2f0609d01fc3905f275e696f27826560b31f4758.tar.bz2
serverdata-2f0609d01fc3905f275e696f27826560b31f4758.tar.xz
serverdata-2f0609d01fc3905f275e696f27826560b31f4758.zip
Can't reproduce D:
Diffstat (limited to 'npc/029-0/mobs.txt')
-rw-r--r--npc/029-0/mobs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt
index 4b50e9aba..48e679049 100644
--- a/npc/029-0/mobs.txt
+++ b/npc/029-0/mobs.txt
@@ -39,7 +39,7 @@ OnInit:
function SFspawn {
.@am=max(1, $FIRESOFSTEAM > getarg(8) ? (getarg(6)*4/10) : getarg(6));
- debugmes "Spawning %d/%d mobs on %s", .@am, getarg(6), getarg(0);
+ //debugmes "Spawning %d/%d mobs on %s", .@am, getarg(6), getarg(0);
areamonster(getarg(0), getarg(1), getarg(2), getarg(3), getarg(4),
strmobinfo(1, getarg(5)), getarg(5), .@am,
getarg(7));