diff options
author | Aokromes <jipr@hotmail.com> | 2013-05-21 09:46:31 -0700 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-05-21 09:46:31 -0700 |
commit | 1cec36790c6b6fead99dade4b8b21366d0f57379 (patch) | |
tree | 21b2aab95a68652f758c328d26b061b1d942dfd4 /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | 78840516f1feb736b2ea26d5c040ef5bfd8ded05 (diff) | |
parent | 897d5dadff6206eaa37ec01e70e6ad5249b9a65e (diff) |
Merge pull request #9822 from wowpsp/master
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 |