From 935372abb2b48d4feff35abef651bc9605ed40bf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 Sep 2021 18:27:33 -0300 Subject: Fix "bug" reported by map-server syslog --- npc/016-6/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/016-6/main.txt') diff --git a/npc/016-6/main.txt b/npc/016-6/main.txt index d1273a87b..6f6200705 100644 --- a/npc/016-6/main.txt +++ b/npc/016-6/main.txt @@ -49,10 +49,10 @@ L_Error: L_CleanUp: // Clean up pirate ship, if needed. if (mobcount("016-7", "#MarineShipAttack::OnPirateDie") && !getmapusers("016-7")) { - killmonster("016-7", "All"); + killmonster("016-7", "all"); } if (mobcount("016-7", "#MarineShipAttack::OnVictory") && !getmapusers("016-7")) { - killmonster("016-7", "All"); + killmonster("016-7", "all"); } if (mobcount("016-7", "#MarineShipAttack::OnVictory") > 1) { killmonster("016-7", "#MarineShipAttack::OnVictory"); -- cgit v1.2.3-60-g2f50