diff options
author | wowpsp <a@wowpsp.com> | 2013-05-18 22:03:18 +0800 |
---|---|---|
committer | wowpsp <a@wowpsp.com> | 2013-05-18 22:03:18 +0800 |
commit | 529e8fba8242e4eb1cf1d90049a0f71068c72b30 (patch) | |
tree | cd140fde56c7e6c120cc4dfa9131bf5cc6b43ce6 /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | d6709ed610a815997f918c68298ecf3ab0af0d59 (diff) |
support 1.12.3 (build 6141)
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 55229e0d18b..b47ef21b24b 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -37,6 +37,7 @@ namespace AuthHelper static RealmBuildInfo const PreBcAcceptedClientBuilds[] = { + {6141, 1, 12, 3, ' '}, {6005, 1, 12, 2, ' '}, {5875, 1, 12, 1, ' '}, {0, 0, 0, 0, ' '} // terminator |