diff options
| author | Machiavelli <none@none> | 2009-08-15 23:32:53 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-15 23:32:53 +0200 |
| commit | 340a206f05b93b16aa66a57d567635ba47caa553 (patch) | |
| tree | 30b97a282eeda06e746230c19536fdfabfeb7144 /src/game/World.cpp | |
| parent | 00d53460c8dc34fbc0ea038973943a7ea666cd3d (diff) | |
| parent | 8387e8a4fd0eb5fc8aa17d3fbd4f6c4fee72982f (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
