Update data versions

This commit is contained in:
Melledy
2026-01-01 03:00:49 -08:00
parent 3aaa5bb334
commit 9f8fd4464b
+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(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");