X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FCalls.pm;h=6e51754b11ae6867a1e0a89ac32536d7f653d9f5;hb=95365cc1a5b8827230e5213bf4dd3377949af7f0;hp=e8cdd2abaaae51ae9839c656ba5a408f814ad33b;hpb=a9d6b3fc8849921b91fb3591cd1658582041fea9;p=ndwebbie.git diff --git a/NDWeb/Pages/Calls.pm b/NDWeb/Pages/Calls.pm index e8cdd2a..6e51754 100644 --- a/NDWeb/Pages/Calls.pm +++ b/NDWeb/Pages/Calls.pm @@ -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){