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 -2
View File
@@ -402,8 +402,7 @@ void Adventure::MoveCorpsesToGraveyard()
"x = %f, y = %f, z = %f WHERE instanceid = %d",
GetTemplate()->graveyard_zone_id,
x, y, z, GetInstanceID());
auto results = database.QueryDatabase(query);
if(!results.Success())
database.QueryDatabase(query);
}
auto c_iter = charid_list.begin();