From db8e0cf13afbc8103403d497aa26146afb9ff56c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 1 Jun 2020 16:06:47 +0200 Subject: [PATCH] Database: updated DB updater database download link to spare Aokromes from madness --- src/server/database/Updater/DBUpdater.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/server/database/Updater/DBUpdater.cpp b/src/server/database/Updater/DBUpdater.cpp index 1fcfff23741..152f6f157d7 100644 --- a/src/server/database/Updater/DBUpdater.cpp +++ b/src/server/database/Updater/DBUpdater.cpp @@ -316,8 +316,7 @@ bool DBUpdater::Populate(DatabaseWorkerPool& 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; }