Browse Source

* Follow-up r16592... thanks Trojal. :|

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16593 54d463be-8e91-2dee-dedb-b68131a5f0ec
euphyy 12 năm trước cách đây
mục cha
commit
1cebdbcddc
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      npc/quests/cooking_quest.txt
  2. 1 1
      npc/re/quests/eden/26-40.txt

+ 1 - 1
npc/quests/cooking_quest.txt

@@ -1169,7 +1169,7 @@ prt_castle,43,30,3	script	Charles Orleans#cook	878,{
 				}
 				cutin "orleans_2",0;
 				mes "[Charles Orleans]";
-				switch(.@old_book == 1) {
+				switch(.@old_book) {
 				case 1:
 					mes "Ah, so you're done";
 					mes "with the Level 1 Cookbook.";

+ 1 - 1
npc/re/quests/eden/26-40.txt

@@ -23,7 +23,7 @@ moc_para01,38,38,3	script	Mission [26 - 40]	857,{
 	mes "- Many missions are -";
 	mes "- on the bulletin board. -";
 	next;
-	if ((BaseLevel < 26) && (BaseLevel > 40)) {
+	if ((BaseLevel < 26) || (BaseLevel > 40)) {
 		mes "Your level is not qualified. You can not use the bulletin board.";
 		close;
 	}