lcy
5 天以前 5079cb7de069679add33b70f99e026cff7316cbd
Main/System/PhantasmPavilion/PhantasmPavilionUnlockButton.cs
@@ -54,8 +54,7 @@
            if (!ItemConfig.HasKey(unlockValue))
                return;
            ItemConfig itemConfig = ItemConfig.Get(unlockValue);
            imgItem.SetSprite(itemConfig.IconKey);
            imgItem.SetItemSprite(unlockValue);
            var hasCnt = PackManager.Instance.GetItemCountByID(PackType.Item, unlockValue);
            int useCnt = manager.GetUnlockNeedCnt(type, id);