mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Changing how appearance works, pulled from a DB now.
This commit is contained in:
parent
ad0cfca160
commit
af4a0d5546
6 changed files with 207 additions and 104 deletions
|
@ -19,8 +19,15 @@ namespace FFXIVClassic_Lobby_Server
|
|||
public bool isLegacy;
|
||||
public bool doRename;
|
||||
public uint currentZoneId;
|
||||
|
||||
|
||||
|
||||
public uint guardian = 0;
|
||||
public uint birthMonth = 0;
|
||||
public uint birthDay = 0;
|
||||
public uint currentClass = 0;
|
||||
public uint currentJob = 0;
|
||||
public uint allegiance = 0;
|
||||
|
||||
public uint currentLevel = 1;
|
||||
|
||||
public static CharaInfo EncodedToCharacter(String charaInfo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue