@@ -65,13 +65,6 @@ namespace GFGGame
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;
if (shopCfg.costType == CostType.FREE)