updateItemLoots(player, command.getDetails("item.set.red"));
// Could also check for reached achievements here. This is also checked on login but the order may vary due to the async access?
// delete the entries. We don't need feedback
DBCommand deletecommand = new DeletePendingAchievementDetailsCommand(player);
DBCommandQueue.get().enqueue(deletecommand);
}