X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fquery_routesearch;h=1bbaf9f5715d8a4a76be4fe0171fe48b4ff5013d;hp=3bdc7f77f09d0765f079d77534ac0e4f12ab8d33;hb=b5cdb0d90df8dde3653e2a1d8d2c3e1c2d04af3e;hpb=6389567b35b36dfb80d484d35922e158048933e1 diff --git a/yarrg/web/query_routesearch b/yarrg/web/query_routesearch index 3bdc7f7..1bbaf9f 100644 --- a/yarrg/web/query_routesearch +++ b/yarrg/web/query_routesearch @@ -174,7 +174,7 @@ foreach my $k (qw(MaxMass MaxVolume MaxCapital)) { } push @rsargs, defined $routeparams->{LossPerLeaguePct} ? $routeparams->{LossPerLeaguePct}*0.01 : 1e-9; -push @rsargs, 0; #$routeparams->{MinProfit}; +push @rsargs, $routeparams->{MinProfit}; push @rsargs, 'search',$maxdist, $maxcountea,$maxcountea; push @rsargs, $destspec; push @rsargs, @islandids;