From 8dd98a1a12f097bbd5d1f1b09814cc6dfae5f2e6 Mon Sep 17 00:00:00 2001 From: KingPin Date: Mon, 26 Jan 2009 19:43:00 -0500 Subject: Non working code backed out --HG-- branch : trunk --- src/game/World.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index 219c656dcaf..89a0b75cd36 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -526,11 +526,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) { -- cgit v1.2.3