summaryrefslogtreecommitdiff
path: root/npc/017-1/fairy_collector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/fairy_collector.txt')
-rw-r--r--npc/017-1/fairy_collector.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index 96d07b395..1d1c0d553 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -187,14 +187,14 @@ L_Main:
msObjective(countitem(ReinbooWand), "* "+getitemlink(ReinbooWand));
msObjective(countitem(ApprenticeWand), "* "+getitemlink(ApprenticeWand));
msObjective(countitem(LeaderWand), "* "+getitemlink(LeaderWand));
- msObjective(countitem(LegendaryWand), "* "+getitemlink(LegendaryWand));
+ msObjective(countitem(MysticWand), "* "+getitemlink(MysticWand));
next;
if (countitem(TrainingWand) &&
countitem(NoviceWand) &&
countitem(ReinbooWand) &&
countitem(ApprenticeWand) &&
countitem(LeaderWand) &&
- countitem(LegendaryWand)) {
+ countitem(MysticWand)) {
setq1 General_Collector, .@q|COLLECT_WANDS;
.@q=getq(General_Collector);
}