Mercurial > eagle-eye
diff Ikariam.pm @ 197:dbdd7dcc91c6
fixed for friendly troop and corruption
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Mon, 03 Nov 2008 03:17:43 +0800 |
parents | 1332231eb5a0 |
children | e9f111057392 |
line wrap: on
line diff
--- a/Ikariam.pm Mon Nov 03 02:00:29 2008 +0800 +++ b/Ikariam.pm Mon Nov 03 03:17:43 2008 +0800 @@ -972,7 +972,6 @@ # MilitaryAdvisor $self->checkMilitaryAdvisorMilitaryMovements(); $self->checkMilitaryAdvisorCombatReports(); - $self->checkFriends(); $self->{'research'} = $self->checkResearch((keys(%{$self->{'cities'}}))[0]); # alerts @@ -988,6 +987,7 @@ $self->checkArmies($cityId); $self->checkTavern($cityId); } + # $self->checkFriends(); return $self->{'cities'}; }