diff options
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files 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")) { |