Core/Loading: Re-enable Server loading log

This commit is contained in:
Spp
2012-08-16 00:23:44 +02:00
parent ca2bc35713
commit 8a1e7dd070
23 changed files with 415 additions and 408 deletions

View File

@@ -137,7 +137,7 @@ void LoadWeatherData()
}
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u weather definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded %u weather definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
}