diff options
| author | Spp <spp@jorge.gr> | 2012-08-06 09:30:47 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-08-06 09:30:47 +0200 |
| commit | 5746b688fa156f2ea3a72a8f655042c24bdae8c4 (patch) | |
| tree | ec7dfd8dde5c331d539926c60f91a9c38950f323 /src/server/game | |
| parent | 483fb42306b82d92ea4c32ce016dbdd7fa91381d (diff) | |
Core/Logging: Reload Logging options when .reload config is used
Diffstat (limited to 'src/server/game')
| -rwxr-xr-x | src/server/game/World/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index 3a13f48d807..ab3b7150089 100755 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -398,6 +398,7 @@ void World::LoadConfigSettings(bool reload) sLog->outError(LOG_FILTER_GENERAL, "World settings reload fail: can't read settings from %s.", ConfigMgr::GetFilename().c_str()); return; } + sLog->LoadFromConfig(); } ///- Read the player limit and the Message of the day from the config file |
