Fixed appearance validation

Implemented proper facial hair validation
Implemented transmog Set
fix interaction of spells like Shadowmeld with Threat reducing effects
This commit is contained in:
hondacrx
2017-08-24 18:01:44 -04:00
parent 7934d51702
commit 0707f9b377
71 changed files with 2968 additions and 632 deletions
+17 -1
View File
@@ -899,6 +899,20 @@ namespace Framework.Constants
Max
}
public enum CharBaseSectionVariation : byte
{
Skin = 0,
Face = 1,
FacialHair = 2,
Hair = 3,
Underwear = 4,
CustomDisplay1 = 5,
CustomDisplay2 = 6,
CustomDisplay3 = 7,
Max
}
public enum CharSectionFlags
{
Player = 0x01,
@@ -923,7 +937,9 @@ namespace Framework.Constants
CustomDisplay2LowRes = 12,
CustomDisplay2 = 13,
CustomDisplay3LowRes = 14,
CustomDisplay3 = 15
CustomDisplay3 = 15,
Max
}
public enum ChrSpecializationFlag