diff options
| author | KingPin <none@none> | 2009-01-26 19:44:03 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2009-01-26 19:44:03 -0500 |
| commit | 79cd8138cdd9772a9369ffbe74c6824ff8e9c3b1 (patch) | |
| tree | 71fb009a446437070bd82a3dc0465244bbb55e4c /src/game/World.cpp | |
| parent | 91d49437bd51c8d928e8f5e0c06a8777d9e01f14 (diff) | |
| parent | 8dd98a1a12f097bbd5d1f1b09814cc6dfae5f2e6 (diff) | |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 6aeed36f0f7..e84894bdb27 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -527,11 +527,6 @@ void World::LoadConfigSettings(bool reload) ///- Read other configuration items from the config file - ///- Do we allow flying mounts in Azeroth/Outland and others (others being instances, BGs, arenas)? - m_configs[CONFIG_FLYING_MOUNTS_AZEROTH] = sConfig.GetBoolDefault("FlyingMounts.Azeroth", false); - m_configs[CONFIG_FLYING_MOUNTS_OUTLAND] = sConfig.GetBoolDefault("FlyingMounts.Outland", true); - m_configs[CONFIG_FLYING_MOUNTS_OTHERS] = sConfig.GetBoolDefault("FlyingMounts.Others", false); - m_configs[CONFIG_COMPRESSION] = sConfig.GetIntDefault("Compression", 1); if(m_configs[CONFIG_COMPRESSION] < 1 || m_configs[CONFIG_COMPRESSION] > 9) { |
