zhaoyang 3 жил өмнө
parent
commit
5df6897701

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Common/Controller/ValueBarController.cs

@@ -51,7 +51,7 @@ namespace GFGGame
                 int luckyBoxId = LuckyBoxDataManager.Instance.currentBoxId;
                 LuckyBoxCfg luckyBoxCfg = LuckyBoxCfgArray.Instance.GetCfg(luckyBoxId);
 
-                ItemUtil.ExchangeItemById(luckyBoxCfg.costID, 10, true);
+                ItemUtil.ExchangeItemById(luckyBoxCfg.costID, 1, true);
 
             }));
         }