diff options
Diffstat (limited to 'src/server/authserver/Server/AuthSocket.h')
-rwxr-xr-x | src/server/authserver/Server/AuthSocket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/Server/AuthSocket.h b/src/server/authserver/Server/AuthSocket.h index 116412e2315..0b04c8d015d 100755 --- a/src/server/authserver/Server/AuthSocket.h +++ b/src/server/authserver/Server/AuthSocket.h @@ -81,6 +81,7 @@ private: // Since GetLocaleByName() is _NOT_ bijective, we have to store the locale as a string. Otherwise we can't differ // between enUS and enGB, which is important for the patch system std::string _localizationName; + std::string _os; uint16 _build; AccountTypes _accountSecurityLevel; }; |