hexiaojie hace 10 meses
padre
commit
951cfb5a4c
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

+ 6 - 6
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

@@ -84,12 +84,12 @@ namespace GFGGame
                 return;
             }
 
-            ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
-            if (itemCfg == null)
-            {
-                Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
-                return;
-            }
+            // ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
+            // if (itemCfg == null)
+            // {
+            //     Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
+            //     return;
+            // }
 
             var zoneScene = GameGlobal.zoneScene;
             if (zoneScene == null) return;