diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-11-21 21:30:05 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-11-21 21:30:05 +0100 |
commit | 035a2b122e57c7b7406f830d471bc284b0101238 (patch) | |
tree | 768308e7e9a4bf9d04910ed2f44fbd07a90d6469 /src/server/bnetserver/Authentication/AuthCodes.cpp | |
parent | 7f075ae746a2d6d3750db608f6d7a7cff6dfd761 (diff) |
Core: Updated to 6.2.3.20726
Diffstat (limited to 'src/server/bnetserver/Authentication/AuthCodes.cpp')
-rw-r--r-- | src/server/bnetserver/Authentication/AuthCodes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/bnetserver/Authentication/AuthCodes.cpp b/src/server/bnetserver/Authentication/AuthCodes.cpp index 0b1f62835ab..f502194c240 100644 --- a/src/server/bnetserver/Authentication/AuthCodes.cpp +++ b/src/server/bnetserver/Authentication/AuthCodes.cpp @@ -24,6 +24,7 @@ namespace AuthHelper // List of client builds for verbose version info in realmlist packet static std::vector<RealmBuildInfo> const ClientBuilds = { + { 20726, 6, 2, 3, ' ' }, { 20574, 6, 2, 2, 'a' }, { 20490, 6, 2, 2, 'a' }, { 15595, 4, 3, 4, ' ' }, |