Update data version to 51

This commit is contained in:
Melledy
2025-11-19 02:49:20 -08:00
parent 5c9f434825
commit 06f854be55

View File

@@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam;
import emu.nebula.util.WeightedList;
public class GameConstants {
private static final int DATA_VERSION = 48;
private static final int DATA_VERSION = 51;
private static final String VERSION = "1.2.0";
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");