mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
*Some update of relocation notify.
--HG-- branch : trunk
This commit is contained in:
@@ -948,6 +948,7 @@ void World::LoadConfigSettings(bool reload)
|
||||
}
|
||||
if(m_MaxVisibleDistance < m_MaxVisibleDistanceInFlight)
|
||||
m_MaxVisibleDistance = m_MaxVisibleDistanceInFlight;
|
||||
m_MaxVisibleDistance += 1.0f;
|
||||
|
||||
///- Read the "Data" directory from the config file
|
||||
std::string dataPath = sConfig.GetStringDefault("DataDir","./");
|
||||
|
||||
Reference in New Issue
Block a user