Core/Misc: Minor corrections to urls and grammar in logs and comments (#30917)

This commit is contained in:
CraftedRO
2025-05-08 19:52:04 +03:00
committed by GitHub
parent da2adb6138
commit 7b0d1f0913
7 changed files with 8 additions and 8 deletions

View File

@@ -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;
}