mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8365] Small description clarify for new config option.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
4aee78d2fb
commit
799dc0a693
3 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue