Core: Updated to 11.2.5.63704

Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
Hondacrx
2025-12-16 13:57:09 -05:00
parent ed33a88776
commit 3a890782b5
57 changed files with 3079 additions and 2630 deletions
+10 -2
View File
@@ -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
{