mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
More cleanup of some QueryDatabase references that no longer need auto results
This commit is contained in:
+1
-2
@@ -769,8 +769,7 @@ void ClientTaskState::DisableTask(int charID, int taskCount, int *taskList) {
|
||||
queryStream << ")";
|
||||
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);
|
||||
}
|
||||
|
||||
bool ClientTaskState::IsTaskEnabled(int TaskID) {
|
||||
|
||||
Reference in New Issue
Block a user