mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/DBLayer: Fixed required version definitions
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
#include "QueryHolder.h"
|
||||
#include "AdhocStatement.h"
|
||||
|
||||
#define MIN_MYSQL_SERVER_VERSION 51000u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 51000u
|
||||
#define MIN_MYSQL_SERVER_VERSION 50100u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 50100u
|
||||
|
||||
class PingOperation : public SQLOperation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user