[8365] Small description clarify for new config option.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Fog 2009-08-13 21:34:24 +04:00 committed by VladimirMangos
parent 4aee78d2fb
commit 799dc0a693
3 changed files with 6 additions and 4 deletions

View file

@ -963,7 +963,10 @@ void World::LoadConfigSettings(bool reload)
{
// overwrite DB/old value
if(clientCacheId > 0)
{
m_configs[CONFIG_CLIENTCACHE_VERSION] = clientCacheId;
sLog.outString("Client cache version set to: %u", clientCacheId);
}
else
sLog.outError("ClientCacheVersion can't be negative %d, ignored.", clientCacheId);
}