Core/Updater: Update db download location

This commit is contained in:
Aokromes
2017-10-20 01:53:35 +02:00
parent 24f8d9b6f3
commit 1750d83a30

View File

@@ -287,7 +287,8 @@ 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\"" \
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://t.me/trinitycorelegacy\"" \
" Mirror: \"http://zippyshare.com/Aokromes/057kakzz/dir.html\"" \
" 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;
}