Main/System/OSActivity/OSGalaGiftCell.cs
@@ -163,7 +163,7 @@ { moneyIcon.SetIconWithMoneyType(storeConfig.MoneyType); } redImg.SetActive(storeConfig.MoneyNum == 0); redImg.SetActive(storeConfig.MoneyNum == 0 && OSActivityManager.Instance.IsOpenedOSGala(false)); } var buyCnt = StoreModel.Instance.GetShopLimitBuyCount(id); buyLimitText.text = Language.Get("storename6", storeConfig.LimitCnt - buyCnt, storeConfig.LimitCnt);