mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Remove Duplicative MySQL Error: Unable to query zone flags: %s
This commit is contained in:
parent
8ecbf7c4dc
commit
60d7b59ac8
@ -7384,7 +7384,6 @@ void command_flagedit(Client *c, const Seperator *sep) {
|
|||||||
"FROM zone WHERE flag_needed != ''";
|
"FROM zone WHERE flag_needed != ''";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
c->Message(13, "Unable to query zone flags: %s", results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user