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

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