mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Remove Duplicative MySQL Error: Unable to query zone flags: %s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user