summaryrefslogtreecommitdiff
path: root/npc/025-1/commander.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/commander.txt')
-rw-r--r--npc/025-1/commander.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt
index efdcb38cf..c7e0fe6f2 100644
--- a/npc/025-1/commander.txt
+++ b/npc/025-1/commander.txt
@@ -220,7 +220,7 @@ function script CadisQuestCheck {
if (getq(FortressQuest_SlimeHunter) == 1) {
// Register the kill
- if (compare("slime", strtolower(strmobinfo(1, .@mobId)))) {
+ if (compare(strtolower(strmobinfo(1, .@mobId)), "slime")) {
setq2 FortressQuest_SlimeHunter, getq2(FortressQuest_SlimeHunter)+1;
// Report every 1000 kills
if (getq2(FortressQuest_SlimeHunter) % 1000 == 0)