From 973edc44a04dceb8b48a32ca912e6167f86189d4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 25 八月 2025 17:38:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

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

diff --git a/Main/System/ItemTip/ChooseItemsCell.cs b/Main/System/ItemTip/ChooseItemsCell.cs
index 189b175..eca485b 100644
--- a/Main/System/ItemTip/ChooseItemsCell.cs
+++ b/Main/System/ItemTip/ChooseItemsCell.cs
@@ -20,7 +20,7 @@
         this.guid = _guid;
         ItemConfig itemConfig = ItemConfig.Get(itemId);
         int count = itemArr[1];
-        itemCell.Init(new ItemCellModel(itemId, false, (ulong)count));
+        itemCell.Init(new ItemCellModel(itemId, false, count));
         itemCell.button.SetListener(() =>
         {
             ItemTipUtility.Show(itemId);

--
Gitblit v1.8.0