mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
More cleanup of some QueryDatabase references that no longer need auto results
This commit is contained in:
+1
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user