Update to the latest version, also implement daily mall gift

This commit is contained in:
Melledy
2026-02-23 21:06:26 -08:00
parent 300a838e06
commit 8809b1646e
6 changed files with 76 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam;
import emu.nebula.util.WeightedList;
public class GameConstants {
public static final String VERSION = "1.6.0";
public static final String VERSION = "1.7.0";
public static int DATA_VERSION = 0;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");