X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FEditRaid.pm;h=5638b4f57dcdae37656756f516eaa6ba6f150995;hb=c26dd7395127b35eef6f219f23ebd6ffc453c2dc;hp=61a58143fa79ed93158f615ab00a428903f67faa;hpb=e24b2ec10cfd65bc2c7070cbee42294deeb907cc;p=ndwebbie.git diff --git a/NDWeb/Pages/EditRaid.pm b/NDWeb/Pages/EditRaid.pm index 61a5814..5638b4f 100644 --- a/NDWeb/Pages/EditRaid.pm +++ b/NDWeb/Pages/EditRaid.pm @@ -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;