From e529e8e965ccef38b18d11ae083f976baef9dfc5 Mon Sep 17 00:00:00 2001 From: AhAlpha <160321020+ahalpha@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:27:34 +0800 Subject: [PATCH] Change DATA_VERSION to 54 --- src/main/java/emu/nebula/GameConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/nebula/GameConstants.java b/src/main/java/emu/nebula/GameConstants.java index 09f5bfb..d3cd418 100644 --- a/src/main/java/emu/nebula/GameConstants.java +++ b/src/main/java/emu/nebula/GameConstants.java @@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam; import emu.nebula.util.WeightedList; public class GameConstants { - private static final int DATA_VERSION = 51; + private static final int DATA_VERSION = 54; private static final String VERSION = "1.2.0"; public static final ZoneId UTC_ZONE = ZoneId.of("UTC");