]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Check.pm
Advanced Unit instead of Military
[ndwebbie.git] / ND / Web / Pages / Check.pm
index 8baa874689e1cf9fb2d9f4b5bda8f39852e43e92..48186b3d290cfaa6778c564415d16e4c8b9d3bb1 100644 (file)
@@ -190,7 +190,7 @@ sub render_body {
                while (my($type,$scan_id,$tick,$scan) = $query->fetchrow){
                        $scans{$type} = [$scan_id,$tick,$scan];
                }
-               for my $type ('Planet','Jumpgate','Unit','Military','Fleet Analysis','Surface Analysis','Technology Analysis','News'){
+               for my $type ('Planet','Jumpgate','Unit','Advanced Unit','Fleet Analysis','Surface Analysis','Technology Analysis','News'){
                        next unless exists $scans{$type};
                        my $scan_id = $scans{$type}->[0];
                        my $tick = $scans{$type}->[1];