mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 09:22:24 +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;";
|
"AS adv_stats LEFT JOIN `character_data` AS ch ON adv_stats.player_id = ch.id;";
|
||||||
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:::GetLeaderboardInfo: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user