refactor(Core/LoginDatabase): LOGIN_DEL_ACCOUNT_MUTEDEL -> LOGIN_DEL_ACCOUNT_MUTED (#4281)

This commit is contained in:
Kitzunu
2021-01-30 13:37:41 +01:00
committed by GitHub
parent 356a623b70
commit cf1eddf266
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ namespace AccountMgr
stmt->setUInt32(0, accountId);
trans->Append(stmt);
stmt = LoginDatabase.GetPreparedStatement(LOGIN_DEL_ACCOUNT_MUTEDEL);
stmt = LoginDatabase.GetPreparedStatement(LOGIN_DEL_ACCOUNT_MUTED);
stmt->setUInt32(0, accountId);
trans->Append(stmt);