|
@@ -65,13 +65,6 @@ namespace GFGGame
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
|
|
|
|
- if (itemCfg == null)
|
|
|
|
- {
|
|
|
|
- Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
string currencyName = string.Empty;
|
|
string currencyName = string.Empty;
|
|
|
|
|
|
if (shopCfg.costType == CostType.FREE)
|
|
if (shopCfg.costType == CostType.FREE)
|