Core/Conf: Update MaxPlayerLevel to 80
Port From (https://github.com/TrinityCore/TrinityCore/commit/1580b4ef84f11c06dc6adab60c09f2791c0876c5)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Framework.Constants
|
||||
public const int MaxHolidayDurations = 10;
|
||||
public const int MaxHolidayDates = 26;
|
||||
public const int MaxHolidayFlags = 10;
|
||||
public const int DefaultMaxLevel = 70;
|
||||
public const int DefaultMaxLevel = 80;
|
||||
public const int MaxLevel = 123;
|
||||
public const int StrongMaxLevel = 255;
|
||||
public const int MaxOverrideSpell = 10;
|
||||
|
||||
Reference in New Issue
Block a user