aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorderex_tri <none@none>2008-10-06 07:39:04 -0500
committerderex_tri <none@none>2008-10-06 07:39:04 -0500
commite36e114abef95e118e65de372e499f979e4783cb (patch)
tree641c768afcac81cb2e9863a44bab73f5f105dcbd /src/game/World.cpp
parent1fc5c0d6d7200048009f99c2cb4d3fd12858ed2f (diff)
[svn] * Removed ObjectPosSelector and DetectPosCollision. See http://www.trinitycore.org/forum/project.php?issueid=3
* Need win32 build fix ;) --HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index caf64405310..9ce6888a08a 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -739,8 +739,6 @@ void World::LoadConfigSettings(bool reload)
if(m_configs[CONFIG_QUEST_HIGH_LEVEL_HIDE_DIFF] > 255)
m_configs[CONFIG_QUEST_HIGH_LEVEL_HIDE_DIFF] = 255;
- m_configs[CONFIG_DETECT_POS_COLLISION] = sConfig.GetBoolDefault("DetectPosCollision", true);
-
m_configs[CONFIG_RESTRICTED_LFG_CHANNEL] = sConfig.GetBoolDefault("Channel.RestrictedLfg", true);
m_configs[CONFIG_SILENTLY_GM_JOIN_TO_CHANNEL] = sConfig.GetBoolDefault("Channel.SilentlyGMJoin", false);