mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user