mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Zone server now uses the World server's group classes. MotD now shows proper world name. Added party functions to zone server.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
namespace FFXIVClassic_Map_Server.dataobjects
|
||||
{
|
||||
class DBWorld
|
||||
{
|
||||
public ushort id;
|
||||
public string Address;
|
||||
public ushort port;
|
||||
public ushort listPosition;
|
||||
public ushort population;
|
||||
public string name;
|
||||
public bool isActive;
|
||||
public string motd;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user