Core/Player: fix typo in toybox

* it's kinda strange that it worked before, thanks @hondacrx for that catch
This commit is contained in:
MitchesD
2015-08-26 19:21:18 +02:00
parent 65dbc7082a
commit 0327927fa6

View File

@@ -1201,7 +1201,7 @@ public:
{
bool ok = true;
PreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(LOGIN_SEL_ACCOUNT_TOYS);
PreparedStatement* stmt = LoginDatabase.GetPreparedStatement(LOGIN_SEL_ACCOUNT_TOYS);
stmt->setUInt32(0, battlenetAccountId);
ok = SetPreparedQuery(GLOBAL_ACCOUNT_TOYS, stmt) && ok;