Core/Conf: Change evoker start level to 10

Port From (https://github.com/TrinityCore/TrinityCore/commit/cedf4e2b34cbf8825552cc6a1f69c50c71fd5aac)
This commit is contained in:
Hondacrx
2024-11-10 14:06:01 -05:00
parent 78f1531bd1
commit 6809033fcb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ namespace Game
Values[WorldCfg.StartDemonHunterPlayerLevel] = Values[WorldCfg.MaxPlayerLevel];
}
Values[WorldCfg.StartEvokerPlayerLevel] = GetDefaultValue("StartEvokerPlayerLevel", 58);
Values[WorldCfg.StartEvokerPlayerLevel] = GetDefaultValue("StartEvokerPlayerLevel", 10);
if ((int)Values[WorldCfg.StartEvokerPlayerLevel] < 1)
{
Log.outError(LogFilter.ServerLoading, $"StartEvokerPlayerLevel ({Values[WorldCfg.StartEvokerPlayerLevel]}) must be in range 1..MaxPlayerLevel({Values[WorldCfg.MaxPlayerLevel]}). Set to 1.");