diff --git a/Core/Models/Eft/Common/Tables/RepeatableQuests.cs b/Core/Models/Eft/Common/Tables/RepeatableQuests.cs index ad215c08..0fd4078a 100644 --- a/Core/Models/Eft/Common/Tables/RepeatableQuests.cs +++ b/Core/Models/Eft/Common/Tables/RepeatableQuests.cs @@ -95,7 +95,7 @@ public class PmcDataRepeatableQuest public string? UnavailableTime { get; set; } [JsonPropertyName("activeQuests")] - public List? ActiveQuests { get; set; } + public List? ActiveQuests { get; set; } [JsonPropertyName("inactiveQuests")] public List? InactiveQuests { get; set; }