Core/Conf: Update MaxPlayerLevel to 80

Port From (https://github.com/TrinityCore/TrinityCore/commit/1580b4ef84f11c06dc6adab60c09f2791c0876c5)
This commit is contained in:
Hondacrx
2024-11-10 00:11:05 -05:00
parent 7ffe815b06
commit 633bca9c6c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace Framework.Constants
public const int MaxHolidayDurations = 10; public const int MaxHolidayDurations = 10;
public const int MaxHolidayDates = 26; public const int MaxHolidayDates = 26;
public const int MaxHolidayFlags = 10; public const int MaxHolidayFlags = 10;
public const int DefaultMaxLevel = 70; public const int DefaultMaxLevel = 80;
public const int MaxLevel = 123; public const int MaxLevel = 123;
public const int StrongMaxLevel = 255; public const int StrongMaxLevel = 255;
public const int MaxOverrideSpell = 10; public const int MaxOverrideSpell = 10;
+2 -2
View File
@@ -870,9 +870,9 @@ SkipCinematics = 0
# Description: Maximum level that can be reached by players. # Description: Maximum level that can be reached by players.
# Important: Levels beyond 110 are not recommended at all. # Important: Levels beyond 110 are not recommended at all.
# Range: 1-255 # Range: 1-255
# Default: 70 # Default: 80
MaxPlayerLevel = 70 MaxPlayerLevel = 80
# #
# MinDualSpecLevel # MinDualSpecLevel