Browse Source

Fixed a bug in Theore's Request quest that allows the player to bypass some steps.
Closes #1533. Thanks to @Indigo000

Jittapan Pluemsumran 8 years ago
parent
commit
fb85ce207d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      npc/re/quests/quests_mora.txt

+ 5 - 0
npc/re/quests/quests_mora.txt

@@ -526,6 +526,11 @@ splendide,183,117,4	script	Tired-looking Fairy	438,{
 		close;
 	} else if (ep14_1_bs < 10) {
 		if (checkquest(11187) == -1) {
+			if(!isbegin_quest(11186)) { // TODO: Confirm official dialog (is there one?)
+				mes "[Tired-looking Fairy]";
+				mes "I'm tired, don't talk to me.";
+				close;
+			}
 			mes "[Tired-looking Fairy]";
 			mes "I'm tired, don't talk to me.";
 			next;