mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadAdventureFlavor: %s (%s)
This commit is contained in:
parent
e549ae11f2
commit
e74666fa3b
@ -2143,7 +2143,6 @@ void Zone::LoadAdventureFlavor()
|
|||||||
const std::string query = "SELECT id, text FROM adventure_template_entry_flavor";
|
const std::string query = "SELECT id, text FROM adventure_template_entry_flavor";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadAdventureFlavor: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user