mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Fixed a character appearance bug when making a character. Current zone now shown. Added a utility for setting new gear appearance.
This commit is contained in:
parent
23dcc1dafe
commit
1c5f8b3d0b
7 changed files with 161 additions and 20 deletions
|
@ -20,13 +20,13 @@ namespace FFXIVClassic_Lobby_Server
|
|||
public bool doRename;
|
||||
public uint currentZoneId;
|
||||
|
||||
public byte guardian = 0;
|
||||
public byte birthMonth = 0;
|
||||
public byte birthDay = 0;
|
||||
public byte guardian;
|
||||
public byte birthMonth;
|
||||
public byte birthDay;
|
||||
public uint currentClass = 3;
|
||||
public uint currentJob = 0;
|
||||
public byte initialTown = 0;
|
||||
public byte tribe = 0;
|
||||
public byte initialTown;
|
||||
public byte tribe;
|
||||
|
||||
public uint currentLevel = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue