From 2926e6b5858d2e71af858d883b3241534a13928b Mon Sep 17 00:00:00 2001 From: Shadow Date: Wed, 2 Apr 2014 10:48:06 +0300 Subject: [PATCH] Update Battle.php --- GameEngine/Battle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Battle.php b/GameEngine/Battle.php index 29e6640a..70df0208 100644 --- a/GameEngine/Battle.php +++ b/GameEngine/Battle.php @@ -441,7 +441,6 @@ class Battle { $dp = 10 * pow($factor,$def_wall) * $def_wall; // Defense calvary calvary = * Wall (%) $cdp = 10 * pow($factor,$def_wall) * $def_wall; - echo $dp; if($type!=1) { // Calculation of the Basic defense bonus "Residence" $dp += ((2*(pow($residence,2)))*(pow($factor,$def_wall)));