mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Remove Duplicative MySQL Error: Error in DeleteStaticZone query: %s
This commit is contained in:
parent
5f34f7e1a2
commit
00cfd77c26
@ -249,7 +249,6 @@ bool EQLConfig::DeleteStaticZone(Const_char *short_name) {
|
||||
"launcher = '%s' AND zone = '%s'", namebuf, zonebuf);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in DeleteStaticZone query: %s", results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user