Core/Transmog: Implemented TransmogIllusionFlags::PlayerConditionGrantsOnLogin and fixed transmog illusion validation when transmogging items
Port From (https://github.com/TrinityCore/TrinityCore/commit/f820ff178decf7d844b7c398b79be7269feeb53e)
This commit is contained in:
@@ -2448,4 +2448,11 @@ namespace Framework.Constants
|
||||
UnitItemOffHandIgnoreDisarmed = 9,
|
||||
UnitItemRangedIgnoreDisarmed = 10
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum TransmogIllusionFlags
|
||||
{
|
||||
HideUntilCollected = 0x1,
|
||||
PlayerConditionGrantsOnLogin = 0x2,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user