소스 검색

Fixed a mistake in quests_rockridge.txt (#6739)

Fixed #6712

Thanks to @mazvi
Atemo 3 년 전
부모
커밋
2a8264ae22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      npc/re/quests/quests_rockridge.txt

+ 1 - 1
npc/re/quests/quests_rockridge.txt

@@ -3674,7 +3674,7 @@ harboro1,357,152,3	script	Steel Vigilante#2	4_M_ACROSS,{
 		mes "^0000ffYou must be Level 140 or above to receive this quest.^000000";
 		mes "^0000ffYou must be Level 140 or above to receive this quest.^000000";
 		close;
 		close;
 	}
 	}
-	if (isbegin_quest(12389) == 2) {
+	if (isbegin_quest(12389) != 2) {
 		mes "[Steel Vigilante]";
 		mes "[Steel Vigilante]";
 		mes "Mm? You're not one of us. If you need a job, then you should look elsewhere.";
 		mes "Mm? You're not one of us. If you need a job, then you should look elsewhere.";
 		close;
 		close;