mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-19 16:47:25 +00:00
fix: recountPop() already calls procClimbers() internally
This commit is contained in:
@@ -703,7 +703,6 @@ class Automation {
|
|||||||
// update statistical data for affected villages
|
// update statistical data for affected villages
|
||||||
foreach ($villagesAffected as $affected_id) {
|
foreach ($villagesAffected as $affected_id) {
|
||||||
$this->recountPop( $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
|
// update data that can be done in one swoop instead of using multiple update queries
|
||||||
|
|||||||
Reference in New Issue
Block a user