地图修改

lvxinran 2019-09-28 07:03:09 +08:00
parent 711ae66483
commit 63ee75cc2d
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class GlobalDataManaager {
// if(entry.getValue().getWorldLevel()) // if(entry.getValue().getWorldLevel())
// //
// } // }
int mapId = config.getWorldLevel() * 0 + 4002; int mapId = config.getWorldLevel() * 0 + 4001;
return mapId; return mapId;
} }