Remove Duplicative MySQL Error: Error querying database for monster summoning pet in zone %s (%s)

This commit is contained in:
Akkadius
2015-01-20 01:37:58 -06:00
parent 60d7b59ac8
commit fb03e8c67d
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -372,7 +372,6 @@ void Mob::MakePoweredPet(uint16 spell_id, const char* pettype, int16 petpower,
auto results = database.QueryDatabase(query);
if (!results.Success()) {
// if the database query failed
Log.Out(Logs::General, Logs::Error, "Error querying database for monster summoning pet in zone %s (%s)", zone->GetShortName(), results.ErrorMessage().c_str());
}
if (results.RowCount() != 0) {