diff --git a/Assets/Scripts/Game/UserInterfaceWindows/DaggerfallTalkWindow.cs b/Assets/Scripts/Game/UserInterfaceWindows/DaggerfallTalkWindow.cs index 059427f255..e391825998 100644 --- a/Assets/Scripts/Game/UserInterfaceWindows/DaggerfallTalkWindow.cs +++ b/Assets/Scripts/Game/UserInterfaceWindows/DaggerfallTalkWindow.cs @@ -1221,7 +1221,7 @@ protected void ClearCurrentQuestion() protected virtual void UpdateQuestion(int index) { TalkManager.ListItem listItem; - if (selectedTalkCategory == TalkCategory.Work) + if (selectedTalkOption == TalkOption.WhereIs && selectedTalkCategory == TalkCategory.Work) { listItem = new TalkManager.ListItem(); listItem.questionType = TalkManager.QuestionType.Work;