diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-20 21:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 21:46:59 +0200 |
commit | 5868509a6366d0ba7a0fe819c3ece0e4a57c7029 (patch) | |
tree | 4312698813754fea42a9f14a35853b7d8b734d79 | |
parent | 995f5f1f2b66d5aaa98a8d824959fa95ec36ccc7 (diff) |
Update DBUpdater.cpp
Because nature wins race....
-rw-r--r-- | src/server/database/Updater/DBUpdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Updater/DBUpdater.cpp b/src/server/database/Updater/DBUpdater.cpp index 85213a7f709..c85e3797569 100644 --- a/src/server/database/Updater/DBUpdater.cpp +++ b/src/server/database/Updater/DBUpdater.cpp @@ -288,7 +288,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; } } |