diff options
-rw-r--r-- | npc/017-1/fairy_collector.txt | 2 |
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)); |