Changing how appearance works, pulled from a DB now.

This commit is contained in:
Filip Maj 2015-10-05 19:37:03 -04:00
parent ad0cfca160
commit af4a0d5546
6 changed files with 207 additions and 104 deletions

View file

@ -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)
{