Update build checks for mangosd/realmd.

This commit is contained in:
VladimirMangos 2010-07-02 05:34:27 +04:00
parent 0a01d2bc6e
commit d81c9175d8
8 changed files with 37 additions and 12 deletions

View file

@ -291,6 +291,7 @@ void AuthSocket::SendProof(Sha1Hash sha)
case 11159: // 3.3.0a
case 11403: // 3.3.2
case 11723: // 3.3.3a
case 12340: // 3.3.5a
default: // or later
{
sAuthLogonProof_S proof;
@ -937,6 +938,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)
case 11159: // 3.3.0a
case 11403: // 3.3.2
case 11723: // 3.3.3a
case 12340: // 3.3.5a
default: // and later
{
pkt << uint32(0);