diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-13 05:35:01 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-13 05:35:01 +0000 |
commit | 76148a9c31a8b718d4295dc27c8e476a48ffb7e8 (patch) | |
tree | d8dc3ba6f903ed4810916e8ecbf6d36801d1653e /npc/other/mail.txt | |
parent | dd0cb3c57ad80187ae97467aed36a3718e2629ec (diff) | |
download | hercules-76148a9c31a8b718d4295dc27c8e476a48ffb7e8.tar.gz hercules-76148a9c31a8b718d4295dc27c8e476a48ffb7e8.tar.bz2 hercules-76148a9c31a8b718d4295dc27c8e476a48ffb7e8.tar.xz hercules-76148a9c31a8b718d4295dc27c8e476a48ffb7e8.zip |
* Corrected a bad Delitem in gunslinger quest (not job). (bugreport:763)
* Corrected a Double Welcome Message in Dungeon's Kafras. (bugreport:783)
* Corrected a Typo error in MailBox. (bugreport:798)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12065 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/mail.txt')
-rw-r--r-- | npc/other/mail.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/mail.txt b/npc/other/mail.txt index c3f18e7d3..9dab1f409 100644 --- a/npc/other/mail.txt +++ b/npc/other/mail.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.1 Dialog updated to Official. [L0ne_W0lf] //= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf] //= 1.3 Added Veins mail box. [L0ne_W0lf] +//= 1.3a Corrected a typo error. (bugreport:798) [Samuray22] //============================================================ // Prontera @@ -22,7 +23,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{ mes "[Mailbox]"; mes "If you'd like to use"; mes "the Mailbox Service,"; - mes "you must firs pay"; + mes "you must first pay"; mes "the 130 zeny service fee."; mes "Would you like to use the"; mes "mailbox now?"; |