mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9314] Add new explcitly supported build to realmd
This commit is contained in:
parent
c179509df3
commit
9d191da17d
3 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue