From 49fef518f8303db53fcdf4dc8113d6bcf4ea1ee4 Mon Sep 17 00:00:00 2001 From: evera Date: Thu, 29 Jun 2006 22:16:38 +0000 Subject: fixed some typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7401 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/airports/airships.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'npc/airports') diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 23c763608..25e73c29e 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 0.5 +//= 0.5a //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 0.3 Implemented some more NPCs [MasterOfMuppets] //= 0.4 Implemented two mini games scripted by Dj-Yhn [MasterOfMuppets] //= 0.5 Removed Duplicates [Silent] +//= 0.5aFixed a typo [Evera] //============================================================ //============================================================ @@ -83,7 +84,7 @@ OnTimer45000: mapannounce "airplane.gat","Welcome to Hugel. Have a safe trip.",1,0xBA55D3; end; OnTimer55000: - mapannounce "airplane.gat","Currently we are in Hugel. The Airship will leave shortly.",1,0xBA55D3; + mapannounce "airplane.gat","Currently, we are in Hugel. The Airship will leave shortly.",1,0xBA55D3; end; OnTimer65000: set $airplanelocation,0; @@ -108,7 +109,7 @@ OnTimer110000: mapannounce "airplane.gat","Welcome to Einbroch. Have a safe trip.",1,0x00FF00; end; OnTimer120000: - mapannounce "airplane.gat","Currently we are in Einbroch. The Airship will take off shortly.",1,0x00FF00; + mapannounce "airplane.gat","Currently, we are in Einbroch. The Airship will take off shortly.",1,0x00FF00; end; OnTimer130000: set $airplanelocation,0; @@ -133,7 +134,7 @@ OnTimer175000: mapannounce "airplane.gat","Welcome to Lighthalzen. Have a safe trip.",1,0xFF8600; end; OnTimer185000: - mapannounce "airplane.gat","Currently we are in Lighthalzen. The Airship will leave shortly.",1,0xFF8600; + mapannounce "airplane.gat","Currently, we are in Lighthalzen. The Airship will leave shortly.",1,0xFF8600; end; OnTimer195000: set $airplanelocation,0; @@ -158,7 +159,7 @@ OnTimer240000: mapannounce "airplane.gat","Welcome to Yuno. Have a safe trip.",1,0x70DBDB; end; OnTimer250000: - mapannounce "airplane.gat","Currently we are in Yuno. The Airship will leave shortly.",1,0x70DBDB; + mapannounce "airplane.gat","Currently, we are in Yuno. The Airship will leave shortly.",1,0x70DBDB; end; OnTimer260000: stoptimer; @@ -619,7 +620,7 @@ OnTimer45000: mapannounce "airplane_01.gat","Welcome to Izlude. Have a safe trip.",1,0x00FF00; end; OnTimer55000: - mapannounce "airplane_01.gat","Currently we are in Izlude. The Airship will leave shortly.",1,0x00FF00; + mapannounce "airplane_01.gat","Currently, we are in Izlude. The Airship will leave shortly.",1,0x00FF00; end; OnTimer65000: set $airplanelocation2,0; @@ -644,7 +645,7 @@ OnTimer110000: mapannounce "airplane_01.gat","Welcome to Yuno. Have a safe trip.",1,0x70DBDB; end; OnTimer120000: - mapannounce "airplane_01.gat","Currently we are in Yuno. The Airship will take off shortly.",1,0x70DBDB; + mapannounce "airplane_01.gat","Currently, we are in Yuno. The Airship will take off shortly.",1,0x70DBDB; end; OnTimer130000: stoptimer; -- cgit v1.2.3-70-g09d2