diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-22 20:51:32 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-22 20:51:32 +0000 |
commit | 84e9ef0a41ed928bef65322a555e5374953ccb06 (patch) | |
tree | 81e0244d6832116d8a62fbb6ecedcb7a634ba0c0 /npc/other/mail.txt | |
parent | 19607c9c192812cf205987367827c051582d8866 (diff) | |
download | hercules-84e9ef0a41ed928bef65322a555e5374953ccb06.tar.gz hercules-84e9ef0a41ed928bef65322a555e5374953ccb06.tar.bz2 hercules-84e9ef0a41ed928bef65322a555e5374953ccb06.tar.xz hercules-84e9ef0a41ed928bef65322a555e5374953ccb06.zip |
Another small update to the mail npcs. Done bumping the SVN rev. count for now. Promise. (Maybe.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11553 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 a64593305..735a514e2 100644 --- a/npc/other/mail.txt +++ b/npc/other/mail.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First version, place holders only. [L0ne_W0lf] //= 1.1 Dialog updated to Official. [L0ne_W0lf] +//= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf] //============================================================ // Prontera @@ -41,7 +42,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{ mes "again soon, and use our"; mes "convenient Mailbox Service~"; set Zeny,Zeny-130; - atcommand "@mail"; + openmail; close; } mes "[Mailbox]"; |