mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-11 06:03:53 +00:00
Remove Duplicative MySQL Error: Error loading NPCs from database. Bad query:
This commit is contained in:
parent
00cfd77c26
commit
c765003ef2
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user