[9290] Some cleanups in realmd, no functional changes

This commit is contained in:
VladimirMangos 2010-02-03 13:33:18 +03:00
parent aff7d022af
commit 573651435e
3 changed files with 2 additions and 3 deletions

View file

@ -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 <site> 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 <site>
}; };
// 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 // 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) // 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)

View file

@ -36,7 +36,6 @@ extern DatabaseType loginDatabase;
enum eAuthCmd enum eAuthCmd
{ {
//AUTH_NO_CMD = 0xFF,
AUTH_LOGON_CHALLENGE = 0x00, AUTH_LOGON_CHALLENGE = 0x00,
AUTH_LOGON_PROOF = 0x01, AUTH_LOGON_PROOF = 0x01,
AUTH_RECONNECT_CHALLENGE = 0x02, AUTH_RECONNECT_CHALLENGE = 0x02,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9289" #define REVISION_NR "9290"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__