Core/Conf: Change evoker start level to 10
Port From (https://github.com/TrinityCore/TrinityCore/commit/cedf4e2b34cbf8825552cc6a1f69c50c71fd5aac)
This commit is contained in:
@@ -457,7 +457,7 @@ namespace Game
|
|||||||
Values[WorldCfg.StartDemonHunterPlayerLevel] = Values[WorldCfg.MaxPlayerLevel];
|
Values[WorldCfg.StartDemonHunterPlayerLevel] = Values[WorldCfg.MaxPlayerLevel];
|
||||||
}
|
}
|
||||||
|
|
||||||
Values[WorldCfg.StartEvokerPlayerLevel] = GetDefaultValue("StartEvokerPlayerLevel", 58);
|
Values[WorldCfg.StartEvokerPlayerLevel] = GetDefaultValue("StartEvokerPlayerLevel", 10);
|
||||||
if ((int)Values[WorldCfg.StartEvokerPlayerLevel] < 1)
|
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.");
|
Log.outError(LogFilter.ServerLoading, $"StartEvokerPlayerLevel ({Values[WorldCfg.StartEvokerPlayerLevel]}) must be in range 1..MaxPlayerLevel({Values[WorldCfg.MaxPlayerLevel]}). Set to 1.");
|
||||||
|
|||||||
@@ -909,9 +909,9 @@ StartDemonHunterPlayerLevel = 8
|
|||||||
# StartEvokerPlayerLevel
|
# StartEvokerPlayerLevel
|
||||||
# Description: Staring level for evokers after creation.
|
# Description: Staring level for evokers after creation.
|
||||||
# Range: 1-MaxPlayerLevel
|
# Range: 1-MaxPlayerLevel
|
||||||
# Default: 58
|
# Default: 10
|
||||||
|
|
||||||
StartEvokerPlayerLevel = 58
|
StartEvokerPlayerLevel = 10
|
||||||
|
|
||||||
#
|
#
|
||||||
# StartAlliedRacePlayerLevel
|
# StartAlliedRacePlayerLevel
|
||||||
|
|||||||
Reference in New Issue
Block a user