mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "CliRunnable.h"
|
||||
#include "Config.h"
|
||||
#include "Errors.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "World.h"
|
||||
#include <fmt/core.h>
|
||||
|
||||
@@ -392,6 +392,15 @@ int main(int argc, char** argv)
|
||||
|
||||
sScriptMgr->OnStartup();
|
||||
|
||||
// Be kind and warn people of EOL deprecation :)
|
||||
#if !defined(MARIADB_VERSION_ID)
|
||||
if (MySQL::GetLibraryVersion() < 80000)
|
||||
LOG_WARN("server", "WARNING: You are using MySQL version 5.7 which is soon EOL!\nThis version will be deprecated. Consider upgrading to MySQL 8.0 or 8.1!");
|
||||
#endif
|
||||
#if OPENSSL_VERSION_NUMBER < 0x30000000L
|
||||
LOG_WARN("server", "WARNING: You are using OpenSSL version 1.1 which is soon EOL!\nThis version will be deprecated. Consider upgrading to OpenSSL 3.0 or 3.1!");
|
||||
#endif
|
||||
|
||||
// Launch CliRunnable thread
|
||||
std::shared_ptr<std::thread> cliThread;
|
||||
#if AC_PLATFORM == AC_PLATFORM_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user