aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/DatabaseLoader.cpp
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2018-01-01 00:40:17 +0100
committervincent-michael <vincent_michael@gmx.de>2018-01-01 00:40:17 +0100
commit7d00ae40458fe4399ca414c79a9b0a88b863267a (patch)
tree4d4024b6ecc0f11a60697d16c722b9ebe9033bed /src/server/database/Database/DatabaseLoader.cpp
parent66621a85e970bf370e4e16c690e0401f4e168c1c (diff)
Update copyright note for 2018
auto happy = new year(2018);
Diffstat (limited to 'src/server/database/Database/DatabaseLoader.cpp')
-rw-r--r--src/server/database/Database/DatabaseLoader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/database/Database/DatabaseLoader.cpp b/src/server/database/Database/DatabaseLoader.cpp
index d7f30276be6..2873199846a 100644
--- a/src/server/database/Database/DatabaseLoader.cpp
+++ b/src/server/database/Database/DatabaseLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -68,7 +68,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://www.trinitycore.info/display/tc/TrinityCore+Home", name.c_str());
+ "for specific errors. Read wiki at https://www.trinitycore.info/display/tc/TrinityCore+Home", name.c_str());
return false;
}