aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Updater/DBUpdater.cpp
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-01-15 08:55:11 +0100
committerGitHub <noreply@github.com>2017-01-15 08:55:11 +0100
commit1957c9c114f14927a51d639bd81922ee2f0ea697 (patch)
treeab8269f41f7325a2cc6c3fb1477706c1b26ec0b4 /src/server/database/Updater/DBUpdater.cpp
parentd318ba1e8760fe0efb3413b90144b1ea9314b71a (diff)
Core/Updater: Better log for fresh installations
Diffstat (limited to 'src/server/database/Updater/DBUpdater.cpp')
-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 4aca90cf61f..104533c1573 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\"" \
- " uncompress it and place the file TDB_full_world_(a_variable_name).sql in your worldserver directory.", base.filename().generic_string().c_str());
+ " uncompress it and place the file TDB_full_world_(a_variable_name).sql where your worldserver binary is located.", base.filename().generic_string().c_str());
break;
}
}