mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Added hair variation to the db. Turned out the hair highlight color was mis-sized (1 byte not 2) causing an invalid number when a variation was there.
This commit is contained in:
parent
d80e9bed0e
commit
01ba37c50d
3 changed files with 6 additions and 4 deletions
|
@ -17,6 +17,7 @@ namespace FFXIVClassic_Lobby_Server.dataobjects
|
|||
public ushort hairStyle = 0;
|
||||
public ushort hairColor = 0;
|
||||
public ushort hairHighlightColor = 0;
|
||||
public ushort hairVariation = 0;
|
||||
public ushort eyeColor = 0;
|
||||
public byte characteristicsColor = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue