mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Remove Duplicative MySQL Error: Error in GetGridType query '
This commit is contained in:
parent
abab487d7e
commit
396621e32e
@ -2478,7 +2478,6 @@ uint8 ZoneDatabase::GetGridType(uint32 grid, uint32 zoneid ) {
|
||||
std::string query = StringFormat("SELECT type FROM grid WHERE id = %i AND zoneid = %i", grid, zoneid);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
std::cerr << "Error in GetGridType query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user