diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-08-22 20:09:18 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-08-22 20:09:18 +0200 |
commit | b90329d63acaecb1f074dd2b303561baa9f639a2 (patch) | |
tree | f2adfc5acec51b4467d56ba1a659330e83fb5aff /src/server/authserver/Main.cpp | |
parent | f2cb5061618367d6d4c07dee40eb9c6ecaed5d03 (diff) |
Core/Battle.net: Use real account name from account table to auth instead of always constructing bnetId#index. Fixes having to reconfigure addons by players.
*NEW* battle.net only accounts should be created with battlenet_account_id#account_index format in username
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r-- | src/server/authserver/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 50205d1d585..af7ecd15160 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -28,7 +28,7 @@ #include "AsyncAcceptor.h" #include "AuthSession.h" #include "BattlenetManager.h" -#include "BattlenetSession.h" +#include "BattlenetSessionManager.h" #include "Common.h" #include "Configuration/Config.h" #include "Database/DatabaseEnv.h" |