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/quests/quests_airship.txt | |
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/quests/quests_airship.txt')
-rw-r--r-- | npc/quests/quests_airship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index 5fe6ed88f..70f90dfe0 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -1421,7 +1421,7 @@ OnTimer500000: mapannounce "airplane_01","Welcome to Juno. Have a safe trip.",bc_map,"0x70dbdb"; end; OnTimer510000: - 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; OnTimer520000: donpcevent "#AirshipWarp-3::OnHide"; |