Main/System/KnapSack/Logic/PackGirdCell.cs
@@ -22,6 +22,14 @@ ItemTipUtility.Show(guid); }); var chestConfig = ChestsConfig.Get(item.itemId); if (chestConfig != null && chestConfig.ExpendItemID == 0 && chestConfig.OpenMoney == 0) { redPoint.SetActive(true); } else { redPoint.SetActive(false); } } }