aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index bd4208c9647..c2e7857fcfe 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -686,6 +686,7 @@ bool ChatHandler::HandleReloadConfigCommand(const char* /*args*/)
{
sLog.outString( "Re-Loading config settings..." );
sWorld.LoadConfigSettings(true);
+ MapManager::Instance().InitializeVisibilityDistanceInfo();
SendGlobalGMSysMessage("World config settings reloaded.");
return true;
}