Remove Duplicative MySQL Error: Error getting loot drop info from database: %s, %s

This commit is contained in:
Akkadius 2015-01-19 05:26:18 -06:00
parent 7c52755eac
commit d608b5afd6

View File

@ -1865,7 +1865,6 @@ void SharedDatabase::LoadLootDrops(void *data, uint32 size) {
"ON lootdrop.id = lootdrop_entries.lootdrop_id ORDER BY lootdrop_id";
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error getting loot drop info from database: %s, %s", query.c_str(), results.ErrorMessage().c_str());
}
uint32 current_id = 0;