diff --git a/world/eql_config.cpp b/world/eql_config.cpp index 1e499037c..4ef8b25c7 100644 --- a/world/eql_config.cpp +++ b/world/eql_config.cpp @@ -170,7 +170,6 @@ bool EQLConfig::BootStaticZone(Const_char *short_name, uint16 port) { "VALUES('%s', '%s', %d)", namebuf, zonebuf, port); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in BootStaticZone query: %s", results.ErrorMessage().c_str()); return false; }