mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 06:22:28 +00:00
Remove Duplicative MySQL Error: Error in AdventureManager:::LoadAdventures: %s (%s)
This commit is contained in:
parent
5bf3d40570
commit
b6b9e388b3
@ -652,7 +652,6 @@ bool AdventureManager::LoadAdventureTemplates()
|
||||
"graveyard_radius FROM adventure_template";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::LoadAdventures: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user