From fb7c5d858f0c926fc1a19453f8a86a0b7d5c9ba9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Sep 2019 16:03:04 -0300 Subject: Missing comma --- npc/018-6-3/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index ed1f57b84..90601b54d 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -65,7 +65,7 @@ function BossRoom { if (01863_RelevanceCheck(.@id)) { mapannounce getmap(), l("BOSS FIGHT!"), bc_map|bc_pc; // Spawn a boss. Aggressive chance: 33% - AreaMonsterBoss(getmap(), .@x1, .@y1, .@x2, .@y2 any(HolyPixie, NulityPixie, VanityPixie, TerraniteProtector, GoboBear, Centaur), .@id); + AreaMonsterBoss(getmap(), .@x1, .@y1, .@x2, .@y2, any(HolyPixie, NulityPixie, VanityPixie, TerraniteProtector, GoboBear, Centaur), .@id); // BIG ROOM: 6~12 support units // SMALL ROOM: 5~10 support units -- cgit v1.2.3-60-g2f50