From 250fcc8970842e3e8c6b48c15ed3b7c8ba240df1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 15 Jan 2019 22:49:27 +0100 Subject: Core/Auth: Implement additional version check for modified clients during login --- src/server/authserver/Authentication/AuthCodes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/server/authserver/Authentication/AuthCodes.h') diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index df5a2d6c538..c734a87968f 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -19,6 +19,9 @@ #ifndef _AUTHCODES_H #define _AUTHCODES_H +#include "Define.h" +#include + enum AuthResult { WOW_SUCCESS = 0x00, @@ -84,6 +87,8 @@ struct RealmBuildInfo int MinorVersion; int BugfixVersion; int HotfixVersion; + std::array WindowsHash; + std::array MacHash; }; namespace AuthHelper -- cgit v1.2.3