mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 21:49:49 +01:00
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:
@@ -71,7 +71,8 @@ enum LoginResult
|
||||
//1.12.2 build 6005
|
||||
//2.4.3 build 8606
|
||||
//3.1.3 build 9947
|
||||
//3.1.3 build 10146 Chinese build
|
||||
|
||||
#define EXPECTED_TRINITY_CLIENT_BUILD {9947, 8606, 5875, 6005, 0}
|
||||
#define EXPECTED_TRINITY_CLIENT_BUILD {10146, 9947, 8606, 5875, 6005, 0}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user