Core: Set The War Within as current expansion
Port From (https://github.com/TrinityCore/TrinityCore/commit/ffebe1a8321e8803b2be1f37a6cc72668d135fd8)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user