Remove Duplicative MySQL Error: Error in Zone::LoadAdventureFlavor: %s (%s)

This commit is contained in:
Akkadius 2015-01-19 05:25:44 -06:00
parent e549ae11f2
commit e74666fa3b

View File

@ -2143,7 +2143,6 @@ void Zone::LoadAdventureFlavor()
const std::string query = "SELECT id, text FROM adventure_template_entry_flavor";
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadAdventureFlavor: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
return;
}