summaryrefslogtreecommitdiff
path: root/npc/airports/rachel.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:20:50 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:20:50 +0530
commitaaf3ea6ecd4d28714b8e4028acc730d18366630e (patch)
treec0e77334de9c7f1aa75396281c4b539c9dd3dadc /npc/airports/rachel.txt
parent9e48e2aebd5777179bd2fc2f45a58f8ad17b1373 (diff)
downloadhercules-aaf3ea6ecd4d28714b8e4028acc730d18366630e.tar.gz
hercules-aaf3ea6ecd4d28714b8e4028acc730d18366630e.tar.bz2
hercules-aaf3ea6ecd4d28714b8e4028acc730d18366630e.tar.xz
hercules-aaf3ea6ecd4d28714b8e4028acc730d18366630e.zip
Script Standardization: changed select format in airports folder
Diffstat (limited to 'npc/airports/rachel.txt')
-rw-r--r--npc/airports/rachel.txt2
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;