mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 20:21:30 +00:00
Remove Duplicative MySQL Error: Error in GetZoneLongName query '
This commit is contained in:
parent
56dfc97517
commit
245db04c4c
@ -2604,7 +2604,6 @@ bool Database::GetZoneLongName(const char* short_name, char** long_name, char* f
|
||||
auto results = QueryDatabase(query);
|
||||
|
||||
if (!results.Success()) {
|
||||
std::cerr << "Error in GetZoneLongName query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user