mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Re-add current supported build to realmd list.
This commit is contained in:
parent
05f42d995f
commit
7619b2ef4b
2 changed files with 4 additions and 1 deletions
|
|
@ -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 */ \
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue