Remove Duplicative MySQL Error: Error loading NPCs from database. Bad query:

This commit is contained in:
Akkadius 2015-01-20 01:41:54 -06:00
parent 00cfd77c26
commit c765003ef2

View File

@ -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;
}