]> ruin.nu Git - ndwebbie.git/commitdiff
List defenders using fake defend mission
authorMichael Andreen <harv@ruin.nu>
Sat, 5 Sep 2009 08:49:42 +0000 (10:49 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 5 Sep 2009 08:49:42 +0000 (10:49 +0200)
lib/NDWeb/Controller/Calls.pm

index 76d7f63a04a7bd768b2c01dc778935eb15ac696b..7203bc11bfe82285750ee66f2266ac828a8ea840 100644 (file)
@@ -156,7 +156,7 @@ FROM fleets f
                FROM launch_confirmations
                WHERE pid = $1 AND landing_tick = $2
        ) lc USING (fid)
-WHERE mission = 'Defend'
+WHERE mission IN ('Defend', 'Fake Defend')
 ORDER BY x,y,z
        });