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