diff options
Diffstat (limited to 'npc/airports/rachel.txt')
-rw-r--r-- | npc/airports/rachel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/rachel.txt b/npc/airports/rachel.txt index 1faa33979..e3a1f7067 100644 --- a/npc/airports/rachel.txt +++ b/npc/airports/rachel.txt @@ -37,7 +37,7 @@ OnTouch: mes "To use the airship, you are required to pay 1,200 zeny or a Free Airship Ticket."; mes "Would you like to use the service?"; next; - if (select("Yes:No") == 1) { + if (select("Yes", "No") == 1) { if (countitem(Free_Flying_Ship_Ticket) > 0) { delitem Free_Flying_Ship_Ticket,1; warp "airplane_01",245,60; |