From 23e8ee01886faf8f1a77c79a2d93a52a860e6914 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期日, 24 八月 2025 22:41:12 +0800
Subject: [PATCH] 117 【武将】武将系统 - 重生 遣散

---
 Main/System/CustomizedGift/CustomizedGiftChooseWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/CustomizedGift/CustomizedGiftChooseWin.cs b/Main/System/CustomizedGift/CustomizedGiftChooseWin.cs
index 9377078..d8e64d2 100644
--- a/Main/System/CustomizedGift/CustomizedGiftChooseWin.cs
+++ b/Main/System/CustomizedGift/CustomizedGiftChooseWin.cs
@@ -105,7 +105,7 @@
                 if (chooseIndex != 0)
                 {
                     int selectID = ctgConfig.SelectItemInfo[i][chooseIndex - 1];
-                    var itemData = new ItemCellModel(CTGSelectItemConfig.Get(selectID).ItemID, false, (ulong)CTGSelectItemConfig.Get(selectID).ItemCount);
+                    var itemData = new ItemCellModel(CTGSelectItemConfig.Get(selectID).ItemID, false, CTGSelectItemConfig.Get(selectID).ItemCount);
                     itemCellList[i].Init(itemData);
                     if (i == CustomizedRechargeModel.Instance.chooseWinIndex)
                     {

--
Gitblit v1.8.0