X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FCalls.pm;h=7203bc11bfe82285750ee66f2266ac828a8ea840;hp=76d7f63a04a7bd768b2c01dc778935eb15ac696b;hb=935116e73806d105bf3097b62e3e231fe834d672;hpb=d0b2a8bee12b33257f5ecc79fc60f6703c4190e0 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 });