fix: recountPop() already calls procClimbers() internally

This commit is contained in:
Martin Ambrus
2017-11-15 22:23:57 +01:00
parent c7acc523ea
commit 6ccc72350d
-1
View File
@@ -703,7 +703,6 @@ class Automation {
// update statistical data for affected villages
foreach ($villagesAffected as $affected_id) {
$this->recountPop( $affected_id );
$this->procClimbers( $villageOwners[$affected_id] );
}
// update data that can be done in one swoop instead of using multiple update queries