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
-2
View File
@@ -212,8 +212,6 @@ void ZoneDatabase::DeletePetitionFromDB(Petition* wpet) {
std::string query = StringFormat("DELETE FROM petitions WHERE petid = %i", wpet->GetID());
auto results = QueryDatabase(query);
if (!results.Success())
}
void ZoneDatabase::UpdatePetitionToDB(Petition* wpet) {