diff options
author | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 15:07:49 +0000 |
---|---|---|
committer | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 15:07:49 +0000 |
commit | bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c (patch) | |
tree | 62a1aba365748373a807e5b0d7a817d4014cadd0 /npc/merchants/inn.txt | |
parent | 86cb6a03a36d50d969b1881ac55417c3fe6a0798 (diff) | |
download | hercules-bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c.tar.gz hercules-bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c.tar.bz2 hercules-bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c.tar.xz hercules-bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c.zip |
Another fix to Lucius (trivial) on /cities/lighthalzen.txt. (bugreport:1125)
Fixed Inn Employee#Ahlma warping to same destination as save point, bugreport: 191.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12777 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/inn.txt')
-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 ae8098f3f..c314c01f5 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1) //= Playtester (1.2) //===== Current Version: ===================================== -//= 2.2 +//= 2.4 //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -38,6 +38,7 @@ //= 2.1a Corrected a little Typo error. (bugreport:536 & 537) [Samuray22] //= 2.2 Small update to Vein's Inn Master. [L0ne_W0lf] //= 2.3 Added Lighthalzen Inn from Lighthalzen town file. [L0ne_W0lf] +//= 2.4 Fixed Inn Employee#Ahlma warping to same destination as save point, bugreport: 191. //============================================================ @@ -52,7 +53,7 @@ prt_in,244,135,2 script Inn Employee#Sammy 53,{ prt_in,61,141,2 script Inn Employee#Ahlma 53,{ callfunc "F_InnMaid","[Employee Ahlma]","Nenkaras","prt_in",64,136; - warp "prt_in",64,136; end; + warp "prt_in",60,166; end; } //======================== Alberta ==================================== |