Enumeration for server configs.
This commit is contained in:
@@ -3083,5 +3083,19 @@ public class mbEnums {
|
||||
ADD,
|
||||
MULTIPLY
|
||||
}
|
||||
|
||||
public enum ServerConfig {
|
||||
AERYNTH_ARAC(108, 300001),
|
||||
DALGOTH_ARAC(192, 300001),
|
||||
VORGINA_ARAC(162, 300001),
|
||||
VORGINA_LORE(164, 300001);
|
||||
|
||||
public int mapID;
|
||||
public int realmMap;
|
||||
|
||||
ServerConfig(int mapID, int realmMap) {
|
||||
this.mapID = mapID;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user