]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/Calls.pm
Converted covop target list
[ndwebbie.git] / NDWeb / Pages / Calls.pm
index e8cdd2abaaae51ae9839c656ba5a408f814ad33b..6e51754b11ae6867a1e0a89ac32536d7f653d9f5 100644 (file)
@@ -159,7 +159,7 @@ sub render_body {
                                AND (i.tick > $2 - 14 OR i.mission = 'Full fleet')
                        ORDER BY i.tick,x,y,z
                });
-               my $ships = $DBH->prepare('SELECT ship,amount FROM fleet_ships WHERE id = ?');
+               my $ships = $DBH->prepare('SELECT ship,amount FROM fleet_ships WHERE id = ? ORDER BY num');
                $outgoings->execute($call->{planet},$call->{landing_tick});
                my @fleets;
                while (my $fleet = $outgoings->fetchrow_hashref){