# HG changeset patch # User "Rex Tsai " # Date 1227068654 -28800 # Node ID 2488d31240b75e30697f82e3af325c733ee975c2 # Parent a5bd0050dd12f42896040dfac2df91dd263d21c7 next to CITY tag. diff -r a5bd0050dd12 -r 2488d31240b7 warfare.pl --- a/warfare.pl Wed Nov 19 12:23:30 2008 +0800 +++ b/warfare.pl Wed Nov 19 12:24:14 2008 +0800 @@ -115,7 +115,7 @@ next CITY if($_->{to} == $city->cityId); } # we attack one city maximum 4 times a day. - next if($c >= 4); + next CITY if($c >= 4); my $capture = $city->citylevel * ($city->citylevel - 1) * $sheep->trader_score_secondary / 10000; next if($capture < 1500);