[0015] Allow 4.0.6a and 4.3.0 to connect to realmd.

This commit is contained in:
Surion 2012-08-07 21:05:06 -05:00 committed by Antz
parent 78ccf5882e
commit b3d9910009
3 changed files with 7 additions and 1 deletions

View file

@ -299,6 +299,8 @@ void AuthSocket::SendProof(Sha1Hash sha)
case 11403: // 3.3.2
case 11723: // 3.3.3a
case 12340: // 3.3.5a
case 13623: // 4.0.6a
case 15050: // 4.3.0
case 15595: // 4.3.4
default: // or later
{
@ -955,6 +957,8 @@ void AuthSocket::LoadRealmlist(ByteBuffer& pkt, uint32 acctid)
case 11403: // 3.3.2
case 11723: // 3.3.3a
case 12340: // 3.3.5a
case 13623: // 4.0.6a
case 15050: // 4.3.0
case 15595: // 4.3.4
default: // and later
{