Fixes quests using explored flags.

This commit is contained in:
hondacrx
2021-06-21 15:31:37 -04:00
parent fbd7df7c3f
commit 1b846fa2c7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -232,6 +232,8 @@ namespace Game
break;
}
player.AreaExploredOrEventHappens(questId);
if (player.CanCompleteQuest(questId))
player.CompleteQuest(questId);
}