From cad0d6751edbbbb62a5154cb9e72386206cee1b7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Jul 2012 02:11:11 +0300 Subject: [PATCH] fix wall on scouting (now works) --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 3feb1878..43bf7107 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -2388,7 +2388,7 @@ if($data['t11'] > 0){ } } for($j=19;$j<=40;$j++) { - if($resarray['f'.$j.'t'] == 40) { + if($resarray['f'.$j.'t'] == 31 || $resarray['f'.$j.'t'] == 32 || $resarray['f'.$j.'t'] == 33) { $walllevel = $database->getFieldLevel($data['to'],$j);