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