From 351d32eae716b6a77a13baef34e61f16d421fccf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Sep 2023 20:37:04 -0300 Subject: Argument on Slime Hunt was inverted --- npc/025-1/commander.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2