Core/Updater: Clarify log

This commit is contained in:
Aokromes
2016-07-30 12:04:58 +02:00
parent 0eb75fb06f
commit e30845b587

View File

@@ -299,7 +299,7 @@ bool DBUpdater<T>::Populate(DatabaseWorkerPool<T>& pool)
case LOCATION_DOWNLOAD:
{
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://github.com/TrinityCoreLegacy/TrinityCore/releases\"" \
" and place it in your worldserver directory.", base.filename().generic_string().c_str());
" uncompress it and place the file TDB_full_world_(a_variable_name).sql in your worldserver directory.", base.filename().generic_string().c_str());
break;
}
}