diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-02 14:28:46 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-02 14:28:46 +0000 |
commit | c81a19aebbf31ac357112b8bd056b259930250e2 (patch) | |
tree | 9cf6cdc55cbe414d781376de5792155a25b6acee /npc/merchants | |
parent | 357627760a5810bf33e162431fd98c3f6ee84cfc (diff) | |
download | hercules-c81a19aebbf31ac357112b8bd056b259930250e2.tar.gz hercules-c81a19aebbf31ac357112b8bd056b259930250e2.tar.bz2 hercules-c81a19aebbf31ac357112b8bd056b259930250e2.tar.xz hercules-c81a19aebbf31ac357112b8bd056b259930250e2.zip |
* Rescripted Headgear Quests 1 (Comodo) to Aegis 10.3 Standards.
- Corrected a little Typo error in the "Inn". (bugreport:536)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11849 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/inn.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index fc786cbfa..d12dbcad2 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1) //= Playtester (1.2) //===== Current Version: ===================================== -//= 2.1 +//= 2.1a //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -35,6 +35,7 @@ //= 1.9 Added the Inn for Al De baran. [L0ne_W0lf] //= 2.0 Added Inn for the Town of Veins. [L0ne_W0lf] //= 2.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] +//= 2.1a Corrected a little Typo error. (bugreport:536) [Samuray22] //============================================================ @@ -48,7 +49,7 @@ prt_in,244,135,2 script Inn Employee#Sammy 53,{ // East Side Inn ------------------ prt_in,61,141,2 script Inn Employee#Ahlma 53,{ - callfunc "F_InnMaid","[Emplyee Ahlma]","Nenkaras","prt_in",64,136; + callfunc "F_InnMaid","[Employee Ahlma]","Nenkaras","prt_in",64,136; warp "prt_in",64,136; end; } |