From 7901baea731c8676df9a9232186b605095369a55 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 16 Jan 2025 15:27:32 +0000 Subject: [PATCH] remove option to add nulls --- Core/Models/Eft/Common/Tables/BotBase.cs | 1 - Core/Models/Eft/Common/Tables/Item.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Core/Models/Eft/Common/Tables/BotBase.cs b/Core/Models/Eft/Common/Tables/BotBase.cs index 4b916e1c..623645b1 100644 --- a/Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Core/Models/Eft/Common/Tables/BotBase.cs @@ -771,7 +771,6 @@ public class Bonus public double? Value { get; set; } [JsonPropertyName("icon")] - [JsonIgnore(Condition = JsonIgnoreCondition.Never)] public string? Icon { get; set; } [JsonPropertyName("filter")] diff --git a/Core/Models/Eft/Common/Tables/Item.cs b/Core/Models/Eft/Common/Tables/Item.cs index 038dc76e..4eb0ea60 100644 --- a/Core/Models/Eft/Common/Tables/Item.cs +++ b/Core/Models/Eft/Common/Tables/Item.cs @@ -11,7 +11,6 @@ public class Item public string? Template { get; set; } [JsonPropertyName("parentId")] - [JsonIgnore(Condition = JsonIgnoreCondition.Never)] public string? ParentId { get; set; } [JsonPropertyName("slotId")]