More cleanup of some QueryDatabase references that no longer need auto results

This commit is contained in:
Akkadius
2015-01-19 05:35:28 -06:00
parent f20ff5c6e3
commit 5ab131dcd6
6 changed files with 6 additions and 21 deletions
+1 -3
View File
@@ -723,9 +723,7 @@ void ClientTaskState::EnableTask(int characterID, int taskCount, int *tasks) {
std::string query = queryStream.str();
Log.Out(Logs::General, Logs::Tasks, "[UPDATE] Executing query %s", query.c_str());
auto results = database.QueryDatabase(query);
if(!results.Success())
database.QueryDatabase(query);
}
void ClientTaskState::DisableTask(int charID, int taskCount, int *taskList) {