Remove Duplicative MySQL Error: Error in AdventureManager:::GetLeaderboardInfo: %s (%s)

This commit is contained in:
Akkadius 2015-01-19 05:25:20 -06:00
parent 8b5a623c75
commit 7878755831

View File

@ -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;
}