From b4a6184c887a2b198b9c7d88591dc184f4a26f7b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:23 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in SetCharacterFactionLevel query ' --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 185329e8b..503ecdfc9 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -3235,7 +3235,6 @@ bool ZoneDatabase::SetCharacterFactionLevel(uint32 char_id, int32 faction_id, in "VALUES (%i, %i, %i, %i)", char_id, faction_id, value, temp); results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error in SetCharacterFactionLevel query '" << query << "' " << results.ErrorMessage() << std::endl; return false; }