Remove Duplicative MySQL Error: Error in GetUseCFGSafeCoords query '

This commit is contained in:
Akkadius 2015-01-20 01:42:07 -06:00
parent 9f9253220c
commit d46ede8db1

View File

@ -2521,7 +2521,6 @@ uint8 ZoneDatabase::GetUseCFGSafeCoords()
const std::string query = "SELECT value FROM variables WHERE varname='UseCFGSafeCoords'";
auto results = QueryDatabase(query);
if (!results.Success()) {
std::cerr << "Error in GetUseCFGSafeCoords query '" << query << "' " << results.ErrorMessage() << std::endl;
return 0;
}