From 0b3394509571af0b7598fddff0f691dcea86891a Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 19 Nov 2013 17:33:12 +0200 Subject: [PATCH] Update Automation.php --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index f168ce05..7a276b7a 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -1231,7 +1231,7 @@ class Automation { $from = $database->getMInfo($data['from']); $toF = $database->getOasisV($data['to']); $fromF = $database->getVillage($data['from']); - $conqureby=0; + $conqureby=$toF['conqured']; //get defence units $Defender = array(); $enforDefender = array();