mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
Update build checks for mangosd/realmd.
This commit is contained in:
parent
0a01d2bc6e
commit
d81c9175d8
8 changed files with 37 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue