mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Some Update for 4.3.4
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
22bfaa12b0
commit
a6f3ca6ab0
7 changed files with 12 additions and 9 deletions
|
|
@ -299,6 +299,7 @@ void AuthSocket::SendProof(Sha1Hash sha)
|
|||
case 11403: // 3.3.2
|
||||
case 11723: // 3.3.3a
|
||||
case 12340: // 3.3.5a
|
||||
case 15595: // 4.3.4
|
||||
default: // or later
|
||||
{
|
||||
sAuthLogonProof_S proof;
|
||||
|
|
@ -954,6 +955,7 @@ void AuthSocket::LoadRealmlist(ByteBuffer& pkt, uint32 acctid)
|
|||
case 11403: // 3.3.2
|
||||
case 11723: // 3.3.3a
|
||||
case 12340: // 3.3.5a
|
||||
case 15595: // 4.3.4
|
||||
default: // and later
|
||||
{
|
||||
pkt << uint32(0); // unused value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue