diff options
Diffstat (limited to 'npc/029-0/mobs.txt')
-rw-r--r-- | npc/029-0/mobs.txt | 2 |
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)); |