X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FPoints.pm;h=11482abbd1879f92c8bc5ca7203beefa44c00fe6;hb=2d897bb31419753af8e33b992d46ed355c1a53cd;hp=fb69b2ace3cbca3d434aae4e11799495b2c84381;hpb=a074bd17f5e8ba341a22bbfca1da7093b8351774;p=ndwebbie.git diff --git a/NDWeb/Pages/Points.pm b/NDWeb/Pages/Points.pm index fb69b2a..11482ab 100644 --- a/NDWeb/Pages/Points.pm +++ b/NDWeb/Pages/Points.pm @@ -46,7 +46,7 @@ sub render_body { $order = 'ASC' if ($type eq 'rank'); my $limit = 'LIMIT 10'; - $limit = '' if $self->isHC; + $limit = '' if $self->isOfficer; my $query = $DBH->prepare(qq{SELECT username,defense_points,attack_points,scan_points,humor_points ,(attack_points+defense_points+scan_points/20) as total_points, rank, count(NULLIF(rc.launched,FALSE)) AS raid_points