summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/soren/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt
index df05b8aec..8504cb86e 100644
--- a/npc/soren/main.txt
+++ b/npc/soren/main.txt
@@ -62,8 +62,8 @@ OnClock0323:
getareausers("soren-2") == 0 &&
getareausers("001-6") == 0 &&
getareausers("001-7") == 0) {
- killmonster("soren", "All");
- killmonster("soren-2", "All");
+ killmonster("soren", "all");
+ killmonster("soren-2", "all");
}
end;
}