diff --git a/raidar/views.py b/raidar/views.py index 0a7f62fc..bb22cb1e 100644 --- a/raidar/views.py +++ b/raidar/views.py @@ -532,7 +532,7 @@ def profile_graph(request): stat = request.POST['stat'] participations = Participation.objects.select_related('encounter').filter( - encounter__era_id=era_id, character__account__user=request.user) + encounter__era_id=era_id, character__account__user=request.user, encounter__success=True) try: if area_id.startswith('All'):