From 21f29e7a53824b4a6ab5e1b10d88b2e6d08fc608 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 23 Jan 2025 21:00:05 +0000 Subject: [PATCH] missed one --- Libraries/Core/Helpers/QuestHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Core/Helpers/QuestHelper.cs b/Libraries/Core/Helpers/QuestHelper.cs index 86bf5a60..05f663c4 100644 --- a/Libraries/Core/Helpers/QuestHelper.cs +++ b/Libraries/Core/Helpers/QuestHelper.cs @@ -814,7 +814,7 @@ public class QuestHelper( } // Create dict of status to add to quest in profile - var statusesDict = new Dictionary(); + var statusesDict = new Dictionary(); foreach (var status in statuses) { statusesDict.Add(status, _timeUtil.GetTimeStamp());