diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Achievement.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Achievement.cs index 2ccb478c..1ffe6089 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Achievement.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Achievement.cs @@ -20,7 +20,7 @@ public record Achievement /// Unused in the client /// [JsonPropertyName("assetPath")] - public string? AssetPath { get; set; } + public string? AssetPath { get; set; } [JsonPropertyName("rewards")] public required List Rewards { get; set; } diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs index e4522f11..ba92a047 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs @@ -202,7 +202,7 @@ public record QuestCondition [JsonPropertyName("visibilityConditions")] public List? VisibilityConditions { get; set; } - + /// /// This is set as nullable in the client ///