mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +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);
|
"launcher = '%s' AND zone = '%s'", namebuf, zonebuf);
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in DeleteStaticZone query: %s", results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user