|
@@ -418,7 +418,13 @@ public class RWDRepositoryUtil {
|
|
|
if (SceneCode.equals("sbzwy")) {
|
|
|
continue;
|
|
|
}
|
|
|
- log.warn("scan " + SceneCode + "\t" + Path);
|
|
|
+ if (equipType.static_array == null) {
|
|
|
+ log.warn("scan " + SceneCode + "\t" + Path + "\t" + "nothing to do");
|
|
|
+ continue;
|
|
|
+ } else {
|
|
|
+ log.warn("scan " + SceneCode + "\t" + Path);
|
|
|
+
|
|
|
+ }
|
|
|
for (SceneObject soEquipType : equipType.static_array) {
|
|
|
SceneProperty spName = null;
|
|
|
SceneProperty spList = null;
|