diff options
Diffstat (limited to 'npc/quests/quests_aldebaran.txt')
-rw-r--r-- | npc/quests/quests_aldebaran.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_aldebaran.txt b/npc/quests/quests_aldebaran.txt index ae088e720..1b58726dd 100644 --- a/npc/quests/quests_aldebaran.txt +++ b/npc/quests/quests_aldebaran.txt @@ -56,7 +56,7 @@ aldeba_in,152,166,4 script Trader#01 4_M_04,{ mes " (4) ^3355FFSakkat^000000:"; mes "120 Trunks + 10000 Zeny "; next; - switch(select(" Doctor Band : Feather Bonnet : Phantom of Opera : Sakkat ")) { + switch(select(" Doctor Band ", " Feather Bonnet ", " Phantom of Opera ", " Sakkat ")) { case 1: if ((countitem(Red_Bandana) > 0) && (countitem(Iron) > 49) && (countitem(Crystal_Jewel___) > 0) && (Zeny > 3499)) { delitem Red_Bandana,1; |