diff options
| author | megamage <none@none> | 2009-01-27 14:54:54 -0600 | 
|---|---|---|
| committer | megamage <none@none> | 2009-01-27 14:54:54 -0600 | 
| commit | 94f0a02f66a26727860047a614c6b92f20ca62ae (patch) | |
| tree | 7950e1366456ca8b037ae22eca05a4d64a31259e /src/game/World.cpp | |
| parent | a8c836f8d953fc442a2d07f2d1fd0c9a4d177617 (diff) | |
| parent | ed6337550e8655e24ed078bbc288f7ac2b448f77 (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 71bc1058cee..7170ab290e0 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -533,11 +533,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)      {  | 
