Core/DBUpdater: Fix help text download link

Change from forums to GH Releases
This commit is contained in:
Duarte Duarte
2016-01-04 22:51:48 +00:00
parent 9ab47a1624
commit 6b529fcd43

View File

@@ -343,7 +343,7 @@ bool DBUpdater<T>::Populate(DatabaseWorkerPool<T>& pool)
}
case LOCATION_DOWNLOAD:
{
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"http://www.trinitycore.org/f/files/category/1-database/\"" \
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://github.com/TrinityCore/TrinityCore/releases\"" \
" and place it in your server directory.", base.filename().generic_string().c_str());
break;
}