mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Misc: cedf4e2b34 followup - change default value in code
This commit is contained in:
@@ -1041,7 +1041,7 @@ void World::LoadConfigSettings(bool reload)
|
||||
m_int_configs[CONFIG_START_DEMON_HUNTER_PLAYER_LEVEL] = m_int_configs[CONFIG_MAX_PLAYER_LEVEL];
|
||||
}
|
||||
|
||||
m_int_configs[CONFIG_START_EVOKER_PLAYER_LEVEL] = sConfigMgr->GetIntDefault("StartEvokerPlayerLevel", 58);
|
||||
m_int_configs[CONFIG_START_EVOKER_PLAYER_LEVEL] = sConfigMgr->GetIntDefault("StartEvokerPlayerLevel", 10);
|
||||
if (m_int_configs[CONFIG_START_EVOKER_PLAYER_LEVEL] < 1)
|
||||
{
|
||||
TC_LOG_ERROR("server.loading", "StartEvokerPlayerLevel ({}) must be in range 1..MaxPlayerLevel({}). Set to 1.",
|
||||
|
||||
Reference in New Issue
Block a user