diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 5e8f5366f..6dabc573c 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -52,7 +52,8 @@ enum AuthResult #define EXPECTED_REALMD_CLIENT_BUILD \ { \ - 11723, /* 3.3.3a and higher */ \ + 11723, /* 3.3.3a and higher */ \ + 11403, /* 3.3.2 */ \ 11159, /* 3.3.0a */ \ 10505, /* 3.2.2a */ \ 8606, /* 2.4.3 */ \ diff --git a/src/realmd/AuthSocket.cpp b/src/realmd/AuthSocket.cpp index 979a5263a..aac80fcd1 100644 --- a/src/realmd/AuthSocket.cpp +++ b/src/realmd/AuthSocket.cpp @@ -348,6 +348,7 @@ void AuthSocket::SendProof(Sha1Hash sha) case 10505: // 3.2.2a case 11159: // 3.3.0a case 11403: // 3.3.2 + case 11723: // 3.3.3a default: // or later { sAuthLogonProof_S proof; @@ -983,6 +984,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid) case 10505: // 3.2.2a case 11159: // 3.3.0a case 11403: // 3.3.2 + case 11723: // 3.3.3a default: // and later { pkt << uint32(0);