From: Michael Andreen Date: Sat, 5 Sep 2009 08:49:42 +0000 (+0200) Subject: List defenders using fake defend mission X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=935116e73806d105bf3097b62e3e231fe834d672 List defenders using fake defend mission --- diff --git a/lib/NDWeb/Controller/Calls.pm b/lib/NDWeb/Controller/Calls.pm index 76d7f63..7203bc1 100644 --- a/lib/NDWeb/Controller/Calls.pm +++ b/lib/NDWeb/Controller/Calls.pm @@ -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 });