소스 검색

导表没配显示层提示

zhaoyang 2 년 전
부모
커밋
5514b3ce30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Editor/Excel/ExcelChecker.cs

+ 1 - 1
GameClient/Assets/Editor/Excel/ExcelChecker.cs

@@ -158,7 +158,7 @@ namespace GFGEditor
             ItemCfg[] dataArray = cfgArray.dataArray;
             foreach (ItemCfg cfg in dataArray)
             {
-                if (!string.IsNullOrEmpty(cfg.resLayer1) && !string.IsNullOrEmpty(cfg.resLayer2) && !string.IsNullOrEmpty(cfg.resLayer3) && ItemUtilCS.IsDressUpItem(cfg.id))
+                if (string.IsNullOrEmpty(cfg.resLayer1) && string.IsNullOrEmpty(cfg.resLayer2) && string.IsNullOrEmpty(cfg.resLayer3) && ItemUtilCS.IsDressUpItem(cfg.id))
                 {
                     ET.Log.Error(new Exception("物品" + cfg.id + "没有配置显示层"));
                 }