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
This commit is contained in:
L0ne_W0lf 2008-03-21 13:04:58 +00:00
parent 0ed679c72e
commit 2ac5c8a7b3
2 changed files with 3 additions and 11 deletions

View File

@ -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]

View File

@ -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;
}