mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Update data versions
This commit is contained in:
@@ -13,19 +13,19 @@ public class GameConstants {
|
|||||||
// TODO move this to a json file inside the jar to make it easier to auto-update
|
// TODO move this to a json file inside the jar to make it easier to auto-update
|
||||||
static {
|
static {
|
||||||
RegionConfig.getRegion("global")
|
RegionConfig.getRegion("global")
|
||||||
.setDataVersion(74);
|
.setDataVersion(75);
|
||||||
|
|
||||||
RegionConfig.getRegion("kr")
|
RegionConfig.getRegion("kr")
|
||||||
.setDataVersion(81);
|
.setDataVersion(82);
|
||||||
|
|
||||||
RegionConfig.getRegion("jp")
|
RegionConfig.getRegion("jp")
|
||||||
.setDataVersion(78);
|
.setDataVersion(79);
|
||||||
|
|
||||||
RegionConfig.getRegion("tw")
|
RegionConfig.getRegion("tw")
|
||||||
.setDataVersion(75);
|
.setDataVersion(76);
|
||||||
|
|
||||||
RegionConfig.getRegion("cn")
|
RegionConfig.getRegion("cn")
|
||||||
.setDataVersion(75);
|
.setDataVersion(77);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
||||||
|
|||||||
Reference in New Issue
Block a user