mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
update to support the latest game version
This commit is contained in:
@@ -12,19 +12,19 @@ public class GameConstants {
|
|||||||
// Set data versions for each region
|
// Set data versions for each region
|
||||||
static {
|
static {
|
||||||
RegionConfig.getRegion("global")
|
RegionConfig.getRegion("global")
|
||||||
.setDataVersion(72);
|
.setDataVersion(73);
|
||||||
|
|
||||||
RegionConfig.getRegion("kr")
|
RegionConfig.getRegion("kr")
|
||||||
.setDataVersion(79);
|
.setDataVersion(80);
|
||||||
|
|
||||||
RegionConfig.getRegion("jp")
|
RegionConfig.getRegion("jp")
|
||||||
.setDataVersion(75);
|
.setDataVersion(76);
|
||||||
|
|
||||||
RegionConfig.getRegion("tw")
|
RegionConfig.getRegion("tw")
|
||||||
.setDataVersion(73);
|
.setDataVersion(74);
|
||||||
|
|
||||||
RegionConfig.getRegion("cn")
|
RegionConfig.getRegion("cn")
|
||||||
.setDataVersion(73);
|
.setDataVersion(74);
|
||||||
}
|
}
|
||||||
|
|
||||||
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