]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/EditRaid.pm
Only count fleets from launch confirmation
[ndwebbie.git] / NDWeb / Pages / EditRaid.pm
index 61a58143fa79ed93158f615ab00a428903f67faa..5638b4f57dcdae37656756f516eaa6ba6f150995 100644 (file)
@@ -230,9 +230,7 @@ sub render_body {
                        delete $target->{planet};
 
                        my @scans;
-                       my $i = 0;
                        while (my $scan = $scans->fetchrow_hashref){
-                               $scan->{ODD} = $i++ % 2;
                                push @scans,$scan;
                        }
                        $target->{Scans} = \@scans;