Core: Set The War Within as current expansion

Port From (https://github.com/TrinityCore/TrinityCore/commit/ffebe1a8321e8803b2be1f37a6cc72668d135fd8)
This commit is contained in:
Hondacrx
2024-09-26 17:35:40 -04:00
parent 46380a1026
commit df6e3f9d2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Framework.Constants
{ {
public struct PlayerConst public struct PlayerConst
{ {
public const Expansion CurrentExpansion = Expansion.Dragonflight; public const Expansion CurrentExpansion = Expansion.TheWarWithin;
public const int MaxTalentTiers = 7; public const int MaxTalentTiers = 7;
public const int MaxTalentColumns = 3; public const int MaxTalentColumns = 3;
+1 -1
View File
@@ -746,8 +746,8 @@ namespace Framework.Constants
BattleForAzeroth = 7, BattleForAzeroth = 7,
ShadowLands = 8, ShadowLands = 8,
Dragonflight = 9, Dragonflight = 9,
Max,
TheWarWithin = 10, TheWarWithin = 10,
Max,
MaxAccountExpansions MaxAccountExpansions
} }