Implemented EQEmu::TintProfile

This commit is contained in:
Uleat
2016-06-01 04:58:52 -04:00
parent 767dfaef70
commit ae3c98c692
28 changed files with 296 additions and 423 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ struct PlayerCorpse_Struct {
uint32 silver;
uint32 gold;
uint32 plat;
Color_Struct item_tint[9];
EQEmu::TintProfile item_tint;
uint8 haircolor;
uint8 beardcolor;
uint8 eyecolor1;