Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk

This commit is contained in:
Yehonal
2016-08-12 02:43:52 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ namespace AccountMgr
stmt->setString(0, username);
stmt->setString(1, CalculateShaPassHash(username, password));
stmt->setInt8(2, uint8(sWorld->getIntConfig(CONFIG_EXPANSION)));
LoginDatabase.Execute(stmt);