mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 05:14:46 +01:00
Update to data version 34
This commit is contained in:
@@ -128,7 +128,7 @@ public class Config {
|
||||
this.content = "Welcome to Nebula! Please take these items as a starter gift.";
|
||||
this.attachments = List.of(
|
||||
new ItemParam(86009, 1),
|
||||
new ItemParam(86003, 1),
|
||||
new ItemParam(86002, 1),
|
||||
new ItemParam(1, 1_000_000),
|
||||
new ItemParam(2, 30_000)
|
||||
);
|
||||
|
||||
@@ -3,7 +3,7 @@ package emu.nebula;
|
||||
import java.time.ZoneId;
|
||||
|
||||
public class GameConstants {
|
||||
public static final int DATA_VERSION = 31;
|
||||
public static final int DATA_VERSION = 34;
|
||||
public static final String VERSION = "1.0.0." + DATA_VERSION;
|
||||
|
||||
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
||||
|
||||
@@ -35,14 +35,6 @@ public class MetaServerlistHandler implements Handler {
|
||||
|
||||
this.list.addAgent(agent);
|
||||
|
||||
var agent2 = ServerAgent.newInstance()
|
||||
.setName("Test") // TODO allow change in config
|
||||
.setAddr(server.getServerConfig().getDisplayAddress() + "/agent-zone-1/")
|
||||
.setStatus(1)
|
||||
.setZone(1);
|
||||
|
||||
this.list.addAgent(agent2);
|
||||
|
||||
// Cache proto
|
||||
this.proto = list.toByteArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user