Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -22,12 +22,15 @@ namespace Framework.Constants
|
||||
PerCharacterEditModeCache = 14,
|
||||
GlobalFrontendChatSettings = 15,
|
||||
GlobalCharacterListOrder = 16,
|
||||
GlobalCooldownManager = 17,
|
||||
PerCharacterCooldownManager2 = 18,
|
||||
GlobalShop2PendingOrders = 19,
|
||||
|
||||
Max = 17,
|
||||
Max = 20,
|
||||
|
||||
AllAccountDataCacheMask = 0x0001FFFFu,
|
||||
GlobalCacheMask = 0x0001A515u,
|
||||
PerCharacterCacheMask = 0x00005AEAu
|
||||
AllAccountDataCacheMask = 0x000FFFFFu,
|
||||
GlobalCacheMask = 0x000BA515u,
|
||||
PerCharacterCacheMask = 0x00045AEAu
|
||||
}
|
||||
|
||||
public enum TutorialAction
|
||||
|
||||
@@ -2609,7 +2609,8 @@ namespace Framework.Constants
|
||||
{
|
||||
Gold = 0,
|
||||
CurrencyTypesBased = 1,
|
||||
TraitSourced = 2
|
||||
TraitSourced = 2,
|
||||
TraitSourcedPlayerDataElement = 3,
|
||||
}
|
||||
|
||||
public enum TraitEdgeType
|
||||
@@ -2633,7 +2634,8 @@ namespace Framework.Constants
|
||||
SpendDiamond = 6,
|
||||
ProfPath = 7,
|
||||
ProfPerk = 8,
|
||||
ProfPathUnlock = 9
|
||||
ProfPathUnlock = 9,
|
||||
SpendInfinite = 10
|
||||
}
|
||||
|
||||
[Flags]
|
||||
@@ -2658,6 +2660,12 @@ namespace Framework.Constants
|
||||
Multiply = 1
|
||||
}
|
||||
|
||||
public enum TraitSystemVariationType
|
||||
{
|
||||
None = 0,
|
||||
Spec = 1
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum TraitTreeFlag
|
||||
{
|
||||
|
||||
@@ -477,6 +477,9 @@ namespace Framework.Constants
|
||||
OverrideDescriptionColor = 45, // Overrides color of item description and upgrade track if TimeEvent from value[1] has passed
|
||||
OverrideCannotTradeBop = 46,
|
||||
BondingWithPriority = 47,
|
||||
ItemOffsetCurve = 48,
|
||||
ScalingConfigAndReqLevel = 49,
|
||||
ScalingConfig = 51,
|
||||
}
|
||||
|
||||
public enum ItemCollectionType : byte
|
||||
@@ -489,6 +492,10 @@ namespace Framework.Constants
|
||||
RuneforgeLegendaryAbility = 5,
|
||||
TransmogIllusion = 6,
|
||||
WarbandScene = 7,
|
||||
Room = 8,
|
||||
ExteriorFixture = 9,
|
||||
RoomTheme = 10,
|
||||
RoomMaterial = 11
|
||||
}
|
||||
|
||||
public enum ItemContext : byte
|
||||
@@ -658,6 +665,27 @@ namespace Framework.Constants
|
||||
TournamentRealm2 = 162,
|
||||
TournamentRealm3 = 163,
|
||||
TournamentRealm4 = 164,
|
||||
Warbound1 = 165,
|
||||
Warbound2 = 166,
|
||||
Warbound3 = 167,
|
||||
Warbound4 = 168,
|
||||
Warbound5 = 169,
|
||||
Warbound6 = 170,
|
||||
Warbound7 = 171,
|
||||
Warbound8 = 172,
|
||||
Warbound9 = 173,
|
||||
Warbound10 = 174,
|
||||
Warbound11 = 175,
|
||||
Warbound12 = 176,
|
||||
Warbound13 = 177,
|
||||
Warbound14 = 178,
|
||||
Warbound15 = 179,
|
||||
Warbound16 = 180,
|
||||
Warbound17 = 181,
|
||||
Warbound18 = 182,
|
||||
Warbound19 = 183,
|
||||
Warbound20 = 184,
|
||||
Endeavors = 185,
|
||||
|
||||
Max
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,10 @@ namespace Framework.Constants
|
||||
Calendar = 11,
|
||||
Mail = 12,
|
||||
PvP = 13,
|
||||
PvPScoreboard = 14,
|
||||
PvPGroupMember = 15,
|
||||
CraftingOrder = 16,
|
||||
RecentAlly = 17
|
||||
}
|
||||
|
||||
public enum ReportMajorCategory
|
||||
|
||||
Reference in New Issue
Block a user