Update data versions

This commit is contained in:
Melledy
2025-12-26 01:54:56 -08:00
parent 297255a316
commit 3aaa5bb334
+5 -5
View File
@@ -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(73); .setDataVersion(74);
RegionConfig.getRegion("kr") RegionConfig.getRegion("kr")
.setDataVersion(80); .setDataVersion(81);
RegionConfig.getRegion("jp") RegionConfig.getRegion("jp")
.setDataVersion(76); .setDataVersion(78);
RegionConfig.getRegion("tw") RegionConfig.getRegion("tw")
.setDataVersion(74); .setDataVersion(75);
RegionConfig.getRegion("cn") RegionConfig.getRegion("cn")
.setDataVersion(74); .setDataVersion(75);
} }
public static final ZoneId UTC_ZONE = ZoneId.of("UTC"); public static final ZoneId UTC_ZONE = ZoneId.of("UTC");