diff options
| author | CraftedRO <24683355+CraftedRO@users.noreply.github.com> | 2025-05-08 19:52:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 18:52:04 +0200 |
| commit | 7b0d1f09135999958e850dd67ed9c5b1eaf16536 (patch) | |
| tree | 9d47e2d585b4a1c0dd8bc23cff47214ae1468f1c /src/server/database/Database/DatabaseLoader.cpp | |
| parent | da2adb613816217f207e06ee24c9a61cc6322f63 (diff) | |
Core/Misc: Minor corrections to urls and grammar in logs and comments (#30917)
Diffstat (limited to 'src/server/database/Database/DatabaseLoader.cpp')
| -rw-r--r-- | src/server/database/Database/DatabaseLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Database/DatabaseLoader.cpp b/src/server/database/Database/DatabaseLoader.cpp index bc66fb32591..416370d6dd2 100644 --- a/src/server/database/Database/DatabaseLoader.cpp +++ b/src/server/database/Database/DatabaseLoader.cpp @@ -68,7 +68,7 @@ DatabaseLoader& DatabaseLoader::AddDatabase(DatabaseWorkerPool<T>& pool, std::st if (error) { TC_LOG_ERROR("sql.driver", "\nDatabasePool {} NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile " - "for specific errors. Read wiki at http://www.trinitycore.info/display/tc/TrinityCore+Home", name); + "for specific errors. Read wiki at https://www.trinitycore.info", name); return false; } |
