Updated url for tc wiki

(cherry picked from commit 6d01960448)
This commit is contained in:
Vincent-Michael
2015-11-07 11:21:58 +01:00
committed by Shauren
parent 82c52e40f4
commit ff9001ce1d
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ DatabaseLoader& DatabaseLoader::AddDatabase(DatabaseWorkerPool<T>& pool, std::st
if (error)
{
TC_LOG_ERROR("sql.driver", "\nDatabasePool %s NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile "
"for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home", name.c_str());
"for specific errors. Read wiki at http://www.trinitycore.info/display/tc/TrinityCore+Home", name.c_str());
return false;
}