ソースを参照

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 年 前
コミット
39c9123836

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Store/StoreMonthView.cs

@@ -138,7 +138,7 @@ namespace GFGGame
             ShopCfg shopCfg = ShopCfgArray.Instance.GetCfg(monthCfg.shopId);
             if(shopCfg.onceShopId > 0)
             {
-                //如果配置了首次购买物品,使用特殊物品购买
+                //如果配置了首次购买物品,使用特殊id购买
                 if(ShopDataManager.Instance.GetGoodsBuyNumById(shopCfg.onceShopId) <= 0)
                 {
                     shopCfg = ShopCfgArray.Instance.GetCfg(shopCfg.onceShopId);