From 6809033fcbb662604afad6ca8b67aa7a2c95fac9 Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sun, 10 Nov 2024 14:06:01 -0500 Subject: [PATCH] Core/Conf: Change evoker start level to 10 Port From (https://github.com/TrinityCore/TrinityCore/commit/cedf4e2b34cbf8825552cc6a1f69c50c71fd5aac) --- Source/Game/Server/WorldConfig.cs | 2 +- Source/WorldServer/WorldServer.conf.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Game/Server/WorldConfig.cs b/Source/Game/Server/WorldConfig.cs index 1493c1a43..de2e92da6 100644 --- a/Source/Game/Server/WorldConfig.cs +++ b/Source/Game/Server/WorldConfig.cs @@ -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."); diff --git a/Source/WorldServer/WorldServer.conf.dist b/Source/WorldServer/WorldServer.conf.dist index 369f3f1c0..71c02411d 100644 --- a/Source/WorldServer/WorldServer.conf.dist +++ b/Source/WorldServer/WorldServer.conf.dist @@ -909,9 +909,9 @@ StartDemonHunterPlayerLevel = 8 # StartEvokerPlayerLevel # Description: Staring level for evokers after creation. # Range: 1-MaxPlayerLevel -# Default: 58 +# Default: 10 -StartEvokerPlayerLevel = 58 +StartEvokerPlayerLevel = 10 # # StartAlliedRacePlayerLevel