소스 검색

Corrected a second changequest attempt
* Related to #2070.
Thanks to @LiamKarlMitchell!

aleos 7 년 전
부모
커밋
470364cbe1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      npc/jobs/2-1/assassin.txt

+ 2 - 1
npc/jobs/2-1/assassin.txt

@@ -1606,7 +1606,8 @@ OnTouch_:
 	if (ASSIN_Q == 5 || ASSIN_Q == 6) {
 		warp "in_moc_16",181,183;
 		set ASSIN_Q,ASSIN_Q+1;
-		changequest 8005,8006;
+		if (!isbegin_quest(8006))
+			changequest 8005,8006;
 	}
 	else {
 		mapannounce "in_moc_16",strcharinfo(0)+" has entered 'Guildmaster's room.'",bc_map;