guodong 2 жил өмнө
parent
commit
3ad6f4fdca

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ScoreSystemData.cs

@@ -72,7 +72,7 @@ namespace GFGGame
                         ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(itemId);
                         if(itemCfg == null)
                         {
-                            Log.Error($"id为 {itemId} 的物品没有配置,请查找原因!");
+                            Log.Warning($"id为 {itemId} 的物品没有配置,请查找原因!");
                             continue;
                         }
                         if (itemCfg.subType == cfg.subTypesArr[k])