X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FRaids.pm;h=0b342fa42022547358865b52e8d680c91cd0f222;hb=a9d6b3fc8849921b91fb3591cd1658582041fea9;hp=3fb41458751caa7371a37127e46fc87a9567b4f4;hpb=a6f56779ad3ca2c9a2568bc501917c46454853cb;p=ndwebbie.git diff --git a/NDWeb/Pages/Raids.pm b/NDWeb/Pages/Raids.pm index 3fb4145..0b342fa 100644 --- a/NDWeb/Pages/Raids.pm +++ b/NDWeb/Pages/Raids.pm @@ -250,9 +250,7 @@ sub render_body { while (my $mission = $unitscans->fetchrow_hashref){ my @ships; $ships->execute($mission->{id}); - my $j = 0; while (my $ship = $ships->fetchrow_hashref){ - $ship->{ODD} = $j++ % 2; push @ships,$ship; } push @ships, {ship => 'No', amount => 'ships'} if @ships == 0;