Skip to content

Commit

Permalink
Don't reset quest NPC. Fixes title bug where quest shows multiple dia…
Browse files Browse the repository at this point in the history
…logs
  • Loading branch information
ethanmoffat committed Apr 10, 2022
1 parent 0d3ff9c commit 8ed1699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EOLib/Domain/Interact/Quest/QuestDataRepository.cs
Expand Up @@ -49,7 +49,6 @@ public QuestDataRepository()

public void ResetState()
{
RequestedNPC = null;
QuestDialogData = Option.None<IQuestDialogData>();
QuestProgress = new List<IQuestProgressData>();
QuestHistory = new List<string>();
Expand Down

0 comments on commit 8ed1699

Please sign in to comment.