diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/mail.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 68f9ef29d..54de11b55 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/10/22 + * Rev. 11553 Another small update to the mail npcs. [L0ne_W0lf] * Rev. 11552 Forgot to uncomment mail NPCs in scripts_athena.conf XD [L0ne_W0lf] * Rev. 11550 Updated NPCs for the mail system. [L0ne_W0lf] * Rev. 11549 Bug fixes for the turbo track. [L0ne_W0lf] 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]"; |