summaryrefslogtreecommitdiff
path: root/npc/017-1/fairy_collector.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
commitd57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch)
treeca472fac2e21f40960fc2dd547e9754a1a6a4eab /npc/017-1/fairy_collector.txt
parentab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff)
downloadserverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.gz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.bz2
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.xz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.zip
Rename Legendary Wand to Mystic Wand, to prevent confusion
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);
}