mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Remove Duplicative MySQL Error: Error in GetBook query '
This commit is contained in:
parent
9dd35679e5
commit
5f34f7e1a2
@ -1057,7 +1057,6 @@ std::string SharedDatabase::GetBook(const char *txtfile)
|
||||
std::string query = StringFormat("SELECT txtfile FROM books WHERE name = '%s'", txtfile2);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
std::cerr << "Error in GetBook query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
txtout.assign(" ",1);
|
||||
return txtout;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user