From 935116e73806d105bf3097b62e3e231fe834d672 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 5 Sep 2009 10:49:42 +0200 Subject: [PATCH] List defenders using fake defend mission --- lib/NDWeb/Controller/Calls.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); -- 2.39.2