- Fixed a small typo in Airship announcements. (bugreport:6687)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16777 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2012-09-13 17:17:36 +00:00
parent 5db62f5c84
commit 36e361c36b
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";