mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-01 13:22:30 +00:00
Remove Duplicative MySQL Error: Error in GetCommands query '
This commit is contained in:
parent
e2bc4ec647
commit
a2514c9d64
@ -1294,7 +1294,6 @@ bool SharedDatabase::GetCommandSettings(std::map<std::string,uint8> &commands) {
|
|||||||
const std::string query = "SELECT command, access FROM commands";
|
const std::string query = "SELECT command, access FROM commands";
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
std::cerr << "Error in GetCommands query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user