aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-20 21:46:59 +0200
committerjackpoz <giacomopoz@gmail.com>2016-08-10 17:56:05 +0200
commitbe51db3ae1a62ba61a4156db056b0562f28bbe34 (patch)
tree575690e87d3cc9eac1a42b37fa2e2f2c3ef48ad7 /src
parent6f29493556dc4c35ba9a8561e31c8227005ab6cb (diff)
Update DBUpdater.cpp
Because nature wins race.... (cherry picked from commit 5868509a6366d0ba7a0fe819c3ece0e4a57c7029)
Diffstat (limited to 'src')
-rw-r--r--src/server/database/Updater/DBUpdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Updater/DBUpdater.cpp b/src/server/database/Updater/DBUpdater.cpp
index ca5da2108dd..ee63e6f9d08 100644
--- a/src/server/database/Updater/DBUpdater.cpp
+++ b/src/server/database/Updater/DBUpdater.cpp
@@ -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;
}
}