System/Store/StoreWin.cs
@@ -345,6 +345,7 @@ ItemCellModel cellModel = new ItemCellModel(config.ID, true, 0,"", PackType.Deleted, true); shopItemCell.itemCell.button.enabled = false; shopItemCell.itemCell.Init(cellModel); shopItemCell.itemCell.stateIcon.gameObject.SetActive(false); shopItemCell.itemNameText.text = config.ItemName; shopItemCell.coinsIcon.SetIconWithMoneyType(shopInfo.MoneyType); ulong shopCost = (ulong)(shopInfo.MoneyNumber);