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