Skip to content

Commit

Permalink
[9137] Add prev/new supported builds explcitly to realmd supported bu…
Browse files Browse the repository at this point in the history
…ilds list.
  • Loading branch information
VladimirMangos committed Jan 10, 2010
1 parent 0dfc84f commit 73d2ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/realmd/AuthCodes.h
Expand Up @@ -49,7 +49,8 @@ enum eAuthResults

#define EXPECTED_REALMD_CLIENT_BUILD \
{ \
10505, /* 3.2.2a and higher */ \
11159, /* 3.3.0a and higher */ \
10505, /* 3.2.2a */ \
8606, /* 2.4.3 */ \
6005, /* 1.12.2 */ \
5875, /* 1.12.1 */ \
Expand Down
2 changes: 2 additions & 0 deletions src/realmd/AuthSocket.cpp
Expand Up @@ -347,6 +347,7 @@ void AuthSocket::SendProof(Sha1Hash sha)
}
case 8606: // 2.4.3
case 10505: // 3.2.2a
case 11159: // 3.3.0a
default: // or later
{
sAuthLogonProof_S proof;
Expand Down Expand Up @@ -980,6 +981,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)

case 8606: // 2.4.3
case 10505: // 3.2.2a
case 11159: // 3.3.0a
default: // and later
{
pkt << uint32(0);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9136"
#define REVISION_NR "9137"
#endif // __REVISION_NR_H__

0 comments on commit 73d2ac1

Please sign in to comment.