Browse Source

* Removed an erroneous "case" in Rachel quest. Thanks, Jet.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10737 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 18 years ago
parent
commit
54f8672dbd
2 changed files with 3 additions and 2 deletions
  1. 1 0
      npc/Changelog.txt
  2. 2 2
      npc/quests/quests_rachel.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 Date		Added
 ======
 ======
 2007/06/09
 2007/06/09
+	* Rev. 10737 Removed an erroneous "case" in Rachel quest. Thanks, Jet. [L0ne_W0lf]
 	* Rev. 10736 Updated several Prontera NPCs. [L0ne_W0lf]
 	* Rev. 10736 Updated several Prontera NPCs. [L0ne_W0lf]
 	- Updated Prontera town NPCs, and Prontera Library.
 	- Updated Prontera town NPCs, and Prontera Library.
 	- Updated the Prontera Milk Merchant. 
 	- Updated the Prontera Milk Merchant. 

+ 2 - 2
npc/quests/quests_rachel.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //===== By: ================================================== 
 //= L0ne_W0lf
 //= L0ne_W0lf
 //===== Current Version: ===================================== 
 //===== Current Version: ===================================== 
-//= 1.3
+//= 1.4
 //===== Compatible With: ===================================== 
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //= eAthena SVN
 //===== Description: ========================================= 
 //===== Description: ========================================= 
@@ -37,6 +37,7 @@
 //= 1.1 Some slight optimization. [L0ne_W0lf]
 //= 1.1 Some slight optimization. [L0ne_W0lf]
 //= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
 //= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
 //= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
 //= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
+//= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf]
 //============================================================ 
 //============================================================ 
 
 
 // Lost Child Quest (Prerequisite to High Priest quest)
 // Lost Child Quest (Prerequisite to High Priest quest)
@@ -5467,7 +5468,6 @@ ra_temin,170,46,3	script	Panno#rachel	920,{
 			mes "them for some weird reason.";
 			mes "them for some weird reason.";
 			next;
 			next;
 			if (select("Yes:No") == 1) {
 			if (select("Yes:No") == 1) {
-			case 1:
 				set .@now_weight,MaxWeight-Weight;
 				set .@now_weight,MaxWeight-Weight;
 				if (.@now_weight < 300) {
 				if (.@now_weight < 300) {
 					cutin "ra_fano02",2;
 					cutin "ra_fano02",2;