mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-15 14:13:56 +00:00
Remove Duplicative MySQL Error: Error in AdventureManager:::GetLeaderboardInfo: %s (%s)
This commit is contained in:
parent
8b5a623c75
commit
7878755831
@ -1077,7 +1077,6 @@ void AdventureManager::LoadLeaderboardInfo()
|
||||
"AS adv_stats LEFT JOIN `character_data` AS ch ON adv_stats.player_id = ch.id;";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::GetLeaderboardInfo: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user