mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 04:22:26 +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";
|
"graveyard_radius FROM adventure_template";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::LoadAdventures: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user