From 6ccc72350dc9c62c3b60e0c159b3a5c400406541 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Wed, 15 Nov 2017 22:23:57 +0100 Subject: [PATCH] fix: recountPop() already calls procClimbers() internally --- GameEngine/Automation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index e82a7c6f..315ba845 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -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