Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user