[9314] Add new explcitly supported build to realmd

This commit is contained in:
VladimirMangos 2010-02-06 18:56:29 +03:00
parent c179509df3
commit 9d191da17d
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
case 11403: // 3.3.2
default: // or later
{
sAuthLogonProof_S proof;
@ -981,6 +982,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)
case 8606: // 2.4.3
case 10505: // 3.2.2a
case 11159: // 3.3.0a
case 11403: // 3.3.2
default: // and later
{
pkt << uint32(0);