diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-13 17:17:36 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-13 17:17:36 +0000 |
commit | a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e (patch) | |
tree | 3fa86fe7fd7109c9a79c4d0913229bbc20481a2a /npc/airports | |
parent | e9e4993f8b4d0a8e427a369ded2cd0a45322aac3 (diff) | |
download | hercules-a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e.tar.gz hercules-a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e.tar.bz2 hercules-a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e.tar.xz hercules-a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e.zip |
- Fixed a small typo in Airship announcements. (bugreport:6687)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16777 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports')
-rw-r--r-- | npc/airports/airships.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 9d21a4e4d..d145afb98 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -718,7 +718,7 @@ OnTimer140000: mapannounce "airplane_01","Welcome to Juno. Have a safe trip.",bc_map,"0x70dbdb"; end; OnTimer150000: - mapannounce "airplane_01","We are currently in Juno. The Airship will leave shorty.",bc_map,"0x70dbdb"; + mapannounce "airplane_01","We are currently in Juno. The Airship will leave shortly.",bc_map,"0x70dbdb"; end; OnTimer160000: donpcevent "#AirshipWarp-3::OnHide"; |