mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Database: updated DB updater database download link to spare Aokromes from madness
This commit is contained in:
@@ -316,8 +316,7 @@ bool DBUpdater<T>::Populate(DatabaseWorkerPool<T>& pool)
|
||||
{
|
||||
std::string const filename = base.filename().generic_string();
|
||||
std::string const workdir = boost::filesystem::current_path().generic_string();
|
||||
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://t.me/trinitycorelegacy\"" \
|
||||
" Mirror: \"https://github.com/TrinityCoreLegacy/TrinityCore/releases\"" \
|
||||
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/releases\"" \
|
||||
" uncompress it and place the file \"%s\" in the directory \"%s\".", filename.c_str(), filename.c_str(), workdir.c_str());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user