Core: Update to 10.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/1eea1d11b14d2ae065ab0f1888fba3b1ef03874f)
This commit is contained in:
@@ -1841,7 +1841,7 @@ namespace Framework.Constants
|
||||
Some = 8
|
||||
}
|
||||
|
||||
public enum MountCapabilityFlags : byte
|
||||
public enum MountCapabilityFlags : int
|
||||
{
|
||||
Ground = 0x1,
|
||||
Flying = 0x2,
|
||||
@@ -1850,7 +1850,7 @@ namespace Framework.Constants
|
||||
IgnoreRestrictions = 0x20
|
||||
}
|
||||
|
||||
public enum MountFlags : ushort
|
||||
public enum MountFlags : int
|
||||
{
|
||||
SelfMount = 0x02, // Player becomes the mount himself
|
||||
FactionSpecific = 0x04,
|
||||
@@ -1859,7 +1859,7 @@ namespace Framework.Constants
|
||||
HideIfUnknown = 0x40
|
||||
}
|
||||
|
||||
public enum PhaseEntryFlags : ushort
|
||||
public enum PhaseEntryFlags : int
|
||||
{
|
||||
ReadOnly = 0x1,
|
||||
InternalPhase = 0x2,
|
||||
@@ -1912,7 +1912,7 @@ namespace Framework.Constants
|
||||
Registrar = 11,
|
||||
Vendor = 12,
|
||||
PetitionVendor = 13,
|
||||
TabardVendor = 14,
|
||||
GuildTabardVendor = 14,
|
||||
TalentMaster = 15,
|
||||
SpecializationMaster = 16,
|
||||
MailInfo = 17,
|
||||
@@ -1962,7 +1962,8 @@ namespace Framework.Constants
|
||||
TraitSystem = 61,
|
||||
BarbersChoice = 62,
|
||||
JailersTowerBuffs = 63,
|
||||
MajorFactionRenown = 64
|
||||
MajorFactionRenown = 64,
|
||||
PersonalTabardVendor = 65
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user