mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 09:09:54 +02:00
Update data version and add new chess event
This commit is contained in:
@@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam;
|
|||||||
import emu.nebula.util.WeightedList;
|
import emu.nebula.util.WeightedList;
|
||||||
|
|
||||||
public class GameConstants {
|
public class GameConstants {
|
||||||
public static final String VERSION = "1.4.0";
|
public static final String VERSION = "1.5.0";
|
||||||
public static int DATA_VERSION = 0;
|
public static int DATA_VERSION = 0;
|
||||||
|
|
||||||
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ public class ActivityModule extends GameContextModule {
|
|||||||
this.activities.add(700110);
|
this.activities.add(700110);
|
||||||
|
|
||||||
// Tower defense activity
|
// Tower defense activity
|
||||||
this.activities.add(102001);
|
this.activities.add(102002);
|
||||||
|
|
||||||
// Christmas 2025 login events
|
// Christmas 2025 login events
|
||||||
this.activities.add(301011);
|
this.activities.add(301011);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"global": 80,
|
"global": 81,
|
||||||
"kr": 87,
|
"kr": 88,
|
||||||
"jp": 84,
|
"jp": 85,
|
||||||
"tw": 88,
|
"tw": 89,
|
||||||
"cn": 82
|
"cn": 83
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user