Add Chinese 3.1.3 build to expected client builds, you will need to enter 10146 in the gamebuild column in realmd.realmlist for any realms allowing this client

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-09-15 16:27:25 -04:00
parent c7cc007950
commit 755d0f5d21
2 changed files with 3 additions and 2 deletions

View File

@@ -706,7 +706,7 @@ bool AuthSocket::_HandleLogonProof()
sha.UpdateBigNumbers(&A, &M, &K, NULL);
sha.Finalize();
if(_build == 8606 || _build == 9947)//2.4.3 and 3.1.3 cliens
if(_build == 8606 || _build == 9947 || _build == 10146)//2.4.3 and 3.1.3 clients (10146 is Chinese build for 3.1.3)
{
sAuthLogonProof_S proof;
memcpy(proof.M2, sha.GetDigest(), 20);