From f728aa9430708368fa254b4fc8e10dc41c1f6194 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 11 Sep 2007 08:32:36 +0200 Subject: [PATCH] Fix allydef for launch news --- scripts/scans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scans.pl b/scripts/scans.pl index bc9de57..5eb746e 100755 --- a/scripts/scans.pl +++ b/scripts/scans.pl @@ -153,7 +153,7 @@ HTML my $eta = $5 - $t; my $mission = $4; - $mission = 'AllyDef' if $eta == 7 && $x != $1; + $mission = 'AllyDef' if $eta == 6 && $x != $1; $f->execute($t,$eta,$1,$2,$3,$x,$y,$z,-1,$mission) or print $dbh->errstr; $class = qq{ class="$mission"}; }elsif($news eq 'Incoming' && $text =~ m/We have detected an open jumpgate from (?:[^<]*), located at (\d+):(\d+):(\d+). The fleet will approach our system in tick (\d+) and appears to have roughly (\d+) ships/g){ -- 2.39.2