Re-add current supported build to realmd list.

This commit is contained in:
VladimirMangos 2010-04-05 02:08:17 +04:00
parent 05f42d995f
commit 7619b2ef4b
2 changed files with 4 additions and 1 deletions

View file

@ -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);