mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[9290] Some cleanups in realmd, no functional changes
This commit is contained in:
parent
aff7d022af
commit
573651435e
3 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue