diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-03 02:11:37 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-03 02:11:37 +0200 |
commit | 0c8df80415b17f1689d9b94ba4ee41351f75b682 (patch) | |
tree | abaa333abb213dc5c01e6798ec3d440a743db0c9 /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | 3e0d2e49448ae5d53baefa0ef3b2df4542aae1dd (diff) |
Core/Auth: Add support for build 13930 of china
By phoenixfight closes #11978
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.cpp')
-rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index 1bf5dcad51f..bb278dd6653 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -25,6 +25,7 @@ namespace AuthHelper {15595, 4, 3, 4, ' '}, {14545, 4, 2, 2, ' '}, {13623, 4, 0, 6, 'a'}, + {13930, 3, 3, 5, 'a'}, // 3.3.5a China Mainland build {12340, 3, 3, 5, 'a'}, {11723, 3, 3, 3, 'a'}, {11403, 3, 3, 2, ' '}, |