Core/Updater: Better log for fresh installations

This commit is contained in:
Aokromes
2017-01-15 09:00:57 +01:00
parent 7179339aff
commit 74f0d4c8dc

View File

@@ -288,7 +288,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\"" \
" uncompress it and place the file TDB_full_world_(a_variable_name).sql in your worldserver directory.", base.filename().generic_string().c_str());
" uncompress it and place the file TDB_full_world_(a_variable_name).sql where your worldserver binary is located.", base.filename().generic_string().c_str());
break;
}
}