From 720f56c708a376337d7a95c110b6ca90fec9e595 Mon Sep 17 00:00:00 2001 From: Kei-Luna Date: Wed, 29 Apr 2026 06:59:22 +0900 Subject: [PATCH] fix --- Common/Database/Inventory/InventoryData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/Database/Inventory/InventoryData.cs b/Common/Database/Inventory/InventoryData.cs index f00c396..db9888c 100644 --- a/Common/Database/Inventory/InventoryData.cs +++ b/Common/Database/Inventory/InventoryData.cs @@ -21,6 +21,7 @@ public class InventoryData : BaseDatabaseDataHelper [SugarColumn(IsJson = true)] public Dictionary SupportCards { get; set; } = []; // Key: UniqueId + [SugarColumn(IsJson = true)] public Dictionary SkinTypesBySkinId { get; set; } = []; // Key: nSkinId, Value: client nType }