mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Player: fix typo in toybox
* it's kinda strange that it worked before, thanks @hondacrx for that catch
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user