From 35a047070572d5842ffb4ae96986e6ef00544552 Mon Sep 17 00:00:00 2001 From: Shadowss Date: Tue, 13 Aug 2013 11:43:47 +0300 Subject: [PATCH] Wall img when in report when you spy --- GameEngine/Automation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 066cf75e..f8080564 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -2456,8 +2456,9 @@ if($data['t11'] > 0){ } $palaceimg = "\"Palace\""; $crannyimg = "\"Cranny\""; +$wallimg = "\"Wall\""; $info_spy = "".$spy_pic.",".$palaceimg." Residance/Palace Level : ".$rplevel." -
".$crannyimg." Cranny level: ".$crannylevel."

Wall Level : ".$walllevel.""; +
".$crannyimg." Cranny level: ".$crannylevel."
".$wallimg." Wall Level : ".$walllevel.""; }