mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Server list is now sent from db rather than hard coded.
This commit is contained in:
@@ -25,11 +25,9 @@ namespace FFXIVClassic_Lobby_Server.packets
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe struct WorldListPacket
|
||||
{
|
||||
public UInt64 sequence;
|
||||
public byte isEndList;
|
||||
public uint numWorlds;
|
||||
public byte unknown1;
|
||||
public ushort unknown2;
|
||||
public UInt64 sequence;
|
||||
public uint isEndListANDNumWorlds;
|
||||
public uint unknown1;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)]
|
||||
public WorldListEntry[] worlds;
|
||||
}
|
||||
|
Reference in New Issue
Block a user