mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Ported over the network code from the map server. A lot of backedlogged changes are here as well.
This commit is contained in:
parent
af4a0d5546
commit
8c73f6e926
12 changed files with 443 additions and 184 deletions
|
@ -20,12 +20,13 @@ namespace FFXIVClassic_Lobby_Server
|
|||
public bool doRename;
|
||||
public uint currentZoneId;
|
||||
|
||||
public uint guardian = 0;
|
||||
public uint birthMonth = 0;
|
||||
public uint birthDay = 0;
|
||||
public uint currentClass = 0;
|
||||
public byte guardian = 0;
|
||||
public byte birthMonth = 0;
|
||||
public byte birthDay = 0;
|
||||
public uint currentClass = 3;
|
||||
public uint currentJob = 0;
|
||||
public uint allegiance = 0;
|
||||
public byte initialTown = 0;
|
||||
public byte tribe = 0;
|
||||
|
||||
public uint currentLevel = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue