Bladeren bron

Corrected ep18 variable

Atemo 4 maanden geleden
bovenliggende
commit
4a12cd1bf8
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      npc/re/quests/quests_19.txt

+ 2 - 2
npc/re/quests/quests_19.txt

@@ -35,7 +35,7 @@ wolfvill,223,83,3	script	Gray Wolf Villager#ep19	4_EP18_GW_MAN02,{
 		mes "^4d4dffThere are quests that can be completed at level 200 or higher.^000000";
 		close;
 	}
-	if (ep19_main == 0 && ep18_1_main == 57) {
+	if (ep19_main == 0 && ep18_main == 57) {
 		mes "[Greywolf Villager]";
 		mes "Would you like to wait a minute?";
 		mes "Maram was looking for you.";
@@ -152,7 +152,7 @@ wolfvill,223,83,3	script	Gray Wolf Villager#ep19	4_EP18_GW_MAN02,{
 	close;
 
 OnInit:
-	questinfo( QTYPE_QUEST, QMARK_YELLOW, "ep19_main == 0 && ep18_1_main >= 57 && BaseLevel >= 200 && isbegin_quest(18119) == 0" );
+	questinfo( QTYPE_QUEST, QMARK_YELLOW, "ep19_main == 0 && ep18_main >= 57 && BaseLevel >= 200 && isbegin_quest(18119) == 0" );
 	end;
 }