mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Remove occurrences of LogSQL
This commit is contained in:
parent
d78b9ff2a1
commit
384c041ea9
@ -7279,7 +7279,6 @@ void command_flagedit(Client *c, const Seperator *sep) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
c->LogSQL(query.c_str());
|
|
||||||
c->Message(15, "Success! Zone %s no longer requires a flag.", database.GetZoneName(zoneid));
|
c->Message(15, "Success! Zone %s no longer requires a flag.", database.GetZoneName(zoneid));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user