summaryrefslogtreecommitdiff
path: root/npc/016-6/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-6/main.txt')
-rw-r--r--npc/016-6/main.txt4
1 files changed, 2 insertions, 2 deletions
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");