From f191a2d48b3a2195fb7c9ed7194576e28cdf45ed Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 15:24:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/KnapSack/Logic/composeLineCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/KnapSack/Logic/composeLineCell.cs b/Main/System/KnapSack/Logic/composeLineCell.cs
index 6625d2d..8eb9553 100644
--- a/Main/System/KnapSack/Logic/composeLineCell.cs
+++ b/Main/System/KnapSack/Logic/composeLineCell.cs
@@ -10,7 +10,7 @@
     {
         for (int i = 0; i < itemCell.Length; i++)
         {
-            if (index + i < PackManager.Instance.composeItemGuidList.Count)
+            if (index + i < PackManager.Instance.composeItemIDList.Count)
             {
                 itemCell[i].SetActive(true);
                 itemCell[i].Display(index + i);

--
Gitblit v1.8.0