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:
@@ -1435,7 +1435,7 @@ namespace Game.Chat
|
||||
|
||||
totalPlayerTime = result.Read<uint>(0);
|
||||
level = result.Read<byte>(1);
|
||||
money = result.Read<uint>(2);
|
||||
money = result.Read<ulong>(2);
|
||||
accId = result.Read<uint>(3);
|
||||
raceid = (Race)result.Read<byte>(4);
|
||||
classid = (Class)result.Read<byte>(5);
|
||||
|
||||
Reference in New Issue
Block a user