summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-09 18:59:03 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-09 18:59:03 -0300
commitf0943c4003b002cbfd0d3e2841726b47e98f72ab (patch)
tree48e15d2c00274342c8db182b8b6a88da37236163
parente33a6bf838111780964c664471865965088eb23d (diff)
downloadserverdata-f0943c4003b002cbfd0d3e2841726b47e98f72ab.tar.gz
serverdata-f0943c4003b002cbfd0d3e2841726b47e98f72ab.tar.bz2
serverdata-f0943c4003b002cbfd0d3e2841726b47e98f72ab.tar.xz
serverdata-f0943c4003b002cbfd0d3e2841726b47e98f72ab.zip
And while at that, fix the bug reported by manatauro.
-rw-r--r--npc/017-1/fairy_collector.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index d8501a44a..96d07b395 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -81,7 +81,7 @@ L_Main:
rif(false && !(.@q & COLLECT_PETS), l("Pets")),
l("Trade stamps");
mes "";
- switch (@menu) {
+ switch (@menu+1) {
// Chestplate
case 1:
msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt));