Remove Duplicative MySQL Error: Error in ChangeStaticZone query: %s

This commit is contained in:
Akkadius 2015-01-20 01:41:47 -06:00
parent f15221784c
commit 9d89ad53de

View File

@ -213,7 +213,6 @@ bool EQLConfig::ChangeStaticZone(Const_char *short_name, uint16 port) {
"launcher = '%s' AND zone = '%s'",port, namebuf, zonebuf); "launcher = '%s' AND zone = '%s'",port, 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 ChangeStaticZone query: %s", results.ErrorMessage().c_str());
return false; return false;
} }