diff options
Diffstat (limited to 'npc/airports/hugel.txt')
-rw-r--r-- | npc/airports/hugel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/hugel.txt b/npc/airports/hugel.txt index 67d010ab5..238bfb8a6 100644 --- a/npc/airports/hugel.txt +++ b/npc/airports/hugel.txt @@ -35,7 +35,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",244,58; |