mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
Re-add current supported build to realmd list.
This commit is contained in:
parent
05f42d995f
commit
7619b2ef4b
2 changed files with 4 additions and 1 deletions
|
|
@ -348,6 +348,7 @@ void AuthSocket::SendProof(Sha1Hash sha)
|
|||
case 10505: // 3.2.2a
|
||||
case 11159: // 3.3.0a
|
||||
case 11403: // 3.3.2
|
||||
case 11723: // 3.3.3a
|
||||
default: // or later
|
||||
{
|
||||
sAuthLogonProof_S proof;
|
||||
|
|
@ -983,6 +984,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)
|
|||
case 10505: // 3.2.2a
|
||||
case 11159: // 3.3.0a
|
||||
case 11403: // 3.3.2
|
||||
case 11723: // 3.3.3a
|
||||
default: // and later
|
||||
{
|
||||
pkt << uint32(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue