Update data version to 60

This commit is contained in:
Melledy
2025-12-01 21:43:06 -08:00
parent aecea6ab03
commit 33b1cf55d4

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 = 54;
private static final int DATA_VERSION = 60;
private static final String VERSION = "1.2.0";
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");