[9137] Add prev/new supported builds explcitly to realmd supported builds list.

This commit is contained in:
VladimirMangos 2010-01-10 08:27:16 +03:00
parent dc643371c8
commit 3b71868cd9
3 changed files with 5 additions and 2 deletions

View file

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