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")]