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