Fixed realm flags enum.

This commit is contained in:
tomrus88 2010-04-04 02:29:32 +04:00
parent 68e73f105e
commit 3f071ed1d2
2 changed files with 7 additions and 7 deletions

View file

@ -1020,10 +1020,10 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)
/*if(realmFlags & REALM_FLAG_SPECIFYBUILD)
{
pkt << uint8(0); // major
pkt << uint8(0); // minor
pkt << uint8(0); // revision
pkt << uint16(0); // build
pkt << uint8(3); // major
pkt << uint8(3); // minor
pkt << uint8(3); // revision
pkt << uint16(11723); // build
}*/
}