From 4d5eacd3af8406e41f6f335355b1f860f2323ee1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 3 Oct 2017 18:03:57 +0200 Subject: Core/Bnet: Added support for -launcherlogin logins (external client launcher required) --- src/server/scripts/Commands/cs_battlenet_account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Commands/cs_battlenet_account.cpp b/src/server/scripts/Commands/cs_battlenet_account.cpp index 32649f1c7d7..2ad831993e8 100644 --- a/src/server/scripts/Commands/cs_battlenet_account.cpp +++ b/src/server/scripts/Commands/cs_battlenet_account.cpp @@ -477,7 +477,7 @@ public: return false; char* battlenetAccountName = strtok((char*)args, " "); - PreparedStatement* stmt = LoginDatabase.GetPreparedStatement(LOGIN_SEL_BNET_GAME_ACCOUNT_LIST); + PreparedStatement* stmt = LoginDatabase.GetPreparedStatement(LOGIN_SEL_BNET_GAME_ACCOUNT_LIST_SMALL); stmt->setString(0, battlenetAccountName); if (PreparedQueryResult accountList = LoginDatabase.Query(stmt)) { -- cgit v1.2.3