mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +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 != ''";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
c->Message(13, "Unable to query zone flags: %s", results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user