diff options
| author | leak <leak@bitmx.net> | 2012-02-19 13:51:16 +0100 |
|---|---|---|
| committer | leak <leak@bitmx.net> | 2012-02-19 13:51:16 +0100 |
| commit | 8e3a4b956e8fcc3ec31240d847a7a630eaf2bba2 (patch) | |
| tree | c7a797f883906019d9fa820b4d782eb7dfd4c1c5 /src/server/authserver/Server/AuthSocket.h | |
| parent | f0f68f15a86c5ac0c83c47c6db67786506f8460d (diff) | |
Core/Warden: Base implementation for Warden functionality
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table
Credits to TOM_RUS
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 490b0db2149..9d59a9f7602 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; uint8 _expversion; AccountTypes _accountSecurityLevel; |
