From 633bca9c6ce48b7f1301fab9c1baa9457a32c842 Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sun, 10 Nov 2024 00:11:05 -0500 Subject: [PATCH] Core/Conf: Update MaxPlayerLevel to 80 Port From (https://github.com/TrinityCore/TrinityCore/commit/1580b4ef84f11c06dc6adab60c09f2791c0876c5) --- Source/Framework/Constants/SharedConst.cs | 2 +- Source/WorldServer/WorldServer.conf.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Framework/Constants/SharedConst.cs b/Source/Framework/Constants/SharedConst.cs index abd8c74c1..ae2170005 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -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; diff --git a/Source/WorldServer/WorldServer.conf.dist b/Source/WorldServer/WorldServer.conf.dist index 3eb39ba3f..369f3f1c0 100644 --- a/Source/WorldServer/WorldServer.conf.dist +++ b/Source/WorldServer/WorldServer.conf.dist @@ -870,9 +870,9 @@ SkipCinematics = 0 # Description: Maximum level that can be reached by players. # Important: Levels beyond 110 are not recommended at all. # Range: 1-255 -# Default: 70 +# Default: 80 -MaxPlayerLevel = 70 +MaxPlayerLevel = 80 # # MinDualSpecLevel