mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Update DBUpdater.cpp
Because nature wins race....
(cherry picked from commit 5868509a63)
This commit is contained in:
@@ -320,7 +320,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/TrinityCore/TrinityCore/releases\"" \
|
||||
" and place it in your worldserver directory.", base.filename().generic_string().c_str());
|
||||
" uncompress it and place the file TDB_full_world_(a_variable_name).sql in your worldserver directory.", base.filename().generic_string().c_str());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user