diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 1ccb1dc21..c3282a7ce 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -43,7 +43,7 @@ enum eAuthResults REALM_AUTH_PARENTAL_CONTROL = 0x0f ///< Access to this account has been blocked by parental controls. Your settings may be changed in your account preferences at }; -// will only support WoW 1.12.1/1.12.2 , WoW:TBC 2.4.3 and WoW:WotLK 3.2.2a, client builds 10505, 8606, 6005, 5875 +// will only support WoW 1.12.1/1.12.2 , WoW:TBC 2.4.3 and official release for WoW:WotLK and later, client builds 10505, 8606, 6005, 5875 // if you need more from old build then add it in cases in relamd sources code // list sorted from high to low build and first build used as low bound for accepted by default range (any > it will accepted by realmd at least) diff --git a/src/realmd/AuthSocket.cpp b/src/realmd/AuthSocket.cpp index 70a3148ed..6222b2f78 100644 --- a/src/realmd/AuthSocket.cpp +++ b/src/realmd/AuthSocket.cpp @@ -36,7 +36,6 @@ extern DatabaseType loginDatabase; enum eAuthCmd { - //AUTH_NO_CMD = 0xFF, AUTH_LOGON_CHALLENGE = 0x00, AUTH_LOGON_PROOF = 0x01, AUTH_RECONNECT_CHALLENGE = 0x02, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1b10f682b..39b205d28 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9289" + #define REVISION_NR "9290" #endif // __REVISION_NR_H__