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);