diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-01-15 22:52:17 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-01-15 22:52:17 +0100 |
commit | d834ac0255adf16cc0fce38aed6888f9e088db45 (patch) | |
tree | 22c01583161317f018c476f09492577be0ca929d /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | 250fcc8970842e3e8c6b48c15ed3b7c8ba240df1 (diff) |
Warning fix
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.cpp')
-rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index 2453241bf65..982cf1cb465 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -38,7 +38,7 @@ namespace AuthHelper {{ 0x31, 0x9A, 0xFA, 0xA3, 0xF2, 0x55, 0x96, 0x82, 0xF9, 0xFF, 0x65, 0x8B, 0xE0, 0x14, 0x56, 0x25, 0x5F, 0x45, 0x6F, 0xB1 }}, {{}}, }, - {0, 0, 0, 0, ' '} // terminator + {0, 0, 0, 0, ' ', {{}}, {{}}} // terminator }; static RealmBuildInfo const PreBcAcceptedClientBuilds[] = @@ -49,7 +49,7 @@ namespace AuthHelper {{}}, {{ 0x8D, 0x17, 0x3C, 0xC3, 0x81, 0x96, 0x1E, 0xEB, 0xAB, 0xF3, 0x36, 0xF5, 0xE6, 0x67, 0x5B, 0x10, 0x1B, 0xB5, 0x13, 0xE5 }}, }, - {0, 0, 0, 0, ' '} // terminator + {0, 0, 0, 0, ' ', {{}}, {{}}} // terminator }; bool IsPreBCAcceptedClientBuild(int build) |