]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Include.pm
New fleet infrastructure
[ndwebbie.git] / lib / NDWeb / Include.pm
index b5acfbb43d8ca8f6e7d6eb58515b92f5e7f368b0..5c8ba9c205a204aed9ff0e166af4ba6dd96f09c1 100644 (file)
@@ -64,7 +64,7 @@ sub intelquery {
        my ($columns,$where) = @_;
        return qq{
 SELECT $columns, i.mission, i.tick AS landingtick,MIN(i.eta) AS eta, i.amount, i.ingal, u.username
-FROM (fleets i NATURAL JOIN users u)
+FROM (intel i NATURAL JOIN users u)
        JOIN current_planet_stats t ON i.target = t.id
        JOIN current_planet_stats o ON i.sender = o.id
 WHERE $where