|
@@ -288,6 +288,9 @@ public class RWDRepositoryUtil {
|
|
|
String SceneCode = SceneCodeList.get(i);
|
|
|
String SceneName = SceneNameList.get(i);
|
|
|
String Path = PathList.get(i);
|
|
|
+ if (SceneCode.equals("sbzwy")) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
for (SceneObject soEquipType : equipType.static_array) {
|
|
|
SceneProperty spName = null;
|
|
|
SceneProperty spList = null;
|