From 3e95abf975ff41072010bc26eae745bb8b01cb68 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 6 Mar 2025 21:55:39 +0100 Subject: Fix candor warp I knew the repetitions will result in errors and here they are :/ --- npc/commands/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 5655c7c30..9c4c30a2a 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -514,10 +514,10 @@ OnEffect: if ($@FEFE_DELAY > gettimetick(2) && $@FEFE_CAVE_HERO$ != "" && !$@FEFE_WAVE && !$@FEFE_CAVE_LEVEL - && !compare(.@mymap$, "001-6") ) + && !compare(.@mymap$, "006-1") ) { array_push(.@choices$, l("Assist %s in Candor Battle Cave", $@FEFE_CAVE_HERO$)); - array_push(.@choices$, "100106"); + array_push(.@choices$, "100601"); } if ($EVENT$ == "Valentine" && !compare(.@mymap$, "001-11")) { -- cgit v1.2.3-70-g09d2