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 /npc/cities/alberta.txt | |
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
Diffstat (limited to 'npc/cities/alberta.txt')
-rw-r--r-- | npc/cities/alberta.txt | 13 |
1 files changed, 2 insertions, 11 deletions
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; -} |