diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-21 13:04:58 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-21 13:04:58 +0000 |
commit | dbad79f525ce1b76933bc489743ae431f0d96da1 (patch) | |
tree | 41748ece3822dde4f39b9e578e6a1a50c1797305 | |
parent | efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc (diff) | |
download | hercules-dbad79f525ce1b76933bc489743ae431f0d96da1.tar.gz hercules-dbad79f525ce1b76933bc489743ae431f0d96da1.tar.bz2 hercules-dbad79f525ce1b76933bc489743ae431f0d96da1.tar.xz hercules-dbad79f525ce1b76933bc489743ae431f0d96da1.zip |
Removed "Fastidious Old Man" duplicate in Alberta.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12412 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/alberta.txt | 13 |
2 files changed, 3 insertions, 11 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b056e2fe2..48207a05d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/03/21 + * Rev. 12412 Removed "Fastidious Old Man" duplicate in Alberta. [L0ne_W0lf] * Rev. 12411 Fixed Gym Pass NPC reporting "00" on use. [L0ne_W0lf] 2008/03/20 * Rev. 12405 Fixed Juperos Elevator not working after failing once. [L0ne_W0lf] diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index dc54ee48e..e4d5d2552 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= DZeroX //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.2 Implemented progression fixes provided by $ephiroth. [L0ne_W0lf] //= 1.2b More pregression clean up provided by Barron-Monster. [L0ne_W0lf] //= 1.3 Removed npc "Tourist#al" as it's a quest NPC. [L0ne_W0lf] +//= 1.4 Removed "Fastidious Old Man" duplicate. [L0ne_W0lf] //============================================================ alberta,97,51,0 script Fabian 84,{ @@ -561,13 +562,3 @@ alberta,43,49,5 script Poor-looking Merchant 89,{ mes "here. It's our biggest shame..."; close; } - -alberta,165,83,4 script Fastidious Old Man 755,{ - mes "[Frank]"; - mes "My back~"; - mes "It's so sore!"; - mes "And my eyes are"; - mes "hurting worse and worse."; - mes "*Sigh* I'm getting old..."; - close; -} |