From b6e7065d41b712f73177096ebb3bb9b36bf4bd7f Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 15 Aug 2009 13:39:40 -0700 Subject: *Add config option to change minimum level required to Dual Spec --HG-- branch : trunk --- src/game/World.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index e09aab24e44..a5e6a66f491 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -729,6 +729,8 @@ void World::LoadConfigSettings(bool reload) m_configs[CONFIG_MAX_PLAYER_LEVEL] = MAX_LEVEL; } + m_configs[CONFIG_MIN_DUALSPEC_LEVEL] = sConfig.GetIntDefault("MinDualSpecLevel", 40); + m_configs[CONFIG_START_PLAYER_LEVEL] = sConfig.GetIntDefault("StartPlayerLevel", 1); if(m_configs[CONFIG_START_PLAYER_LEVEL] < 1) { -- cgit v1.2.3