From ca21aa70cfeb1ea5ffda78a6bef88028838a50db Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:41:58 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error loading Mercenaries from database. Bad query: --- zone/zonedb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 8e69ba266..8f607b438 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2015,7 +2015,6 @@ const NPCType* ZoneDatabase::GetMercType(uint32 id, uint16 raceid, uint32 client auto results = QueryDatabase(query); if (!results.Success()) { - std::cerr << "Error loading Mercenaries from database. Bad query: " << results.ErrorMessage() << std::endl; return nullptr; }