瀏覽代碼

Removed "Fastidious Old Man" duplicate in Alberta.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12412 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 年之前
父節點
當前提交
2ac5c8a7b3
共有 2 個文件被更改,包括 3 次插入11 次删除
  1. 1 0
      npc/Changelog.txt
  2. 2 11
      npc/cities/alberta.txt

+ 1 - 0
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]

+ 2 - 11
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;
-}