missing parts

This commit is contained in:
Aokromes
2017-02-04 02:36:43 +01:00
parent 086c48586f
commit b083a07dfa
4 changed files with 4 additions and 9 deletions

View File

@@ -457,7 +457,7 @@ void WorldSession::HandleCharCreateOpcode(WorldPacket& recvData)
PreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_SUM_CHARS);
stmt->setUInt32(0, GetAccountId());
queryCallback.SetNextQuery(CharacterDatabase.AsyncQuery(stmt));.
queryCallback.SetNextQuery(CharacterDatabase.AsyncQuery(stmt));
})
.WithChainingPreparedCallback([this, createInfo](QueryCallback& queryCallback, PreparedQueryResult result)
{