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
@@ -578,7 +578,6 @@ int32 ZoneDatabase::GetDoorsCount(uint32* oMaxID, const char *zone_name, int16 v
zone_name, version);
auto results = QueryDatabase(query);
if (!results.Success()) {
std::cerr << "Error in GetDoorsCount query '" << query << "' " << results.ErrorMessage() << std::endl;
return -1;
}