From a4ffe4e16c48c7b89b1f9c5a9651fbbd06de7ae4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 22 Aug 2018 14:52:09 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=88=EC=B7=A8=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_sabotage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process_sabotage.php b/hwe/func_process_sabotage.php index d686e107..d7f3b56b 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -360,7 +360,7 @@ function process_33(&$general) { $rice = Util::randRangeInt(GameConst::$sabotageDamageMin, GameConst::$sabotageDamageMax) * $destCity['level']; if($destCity['supply']){ - [$destNationGold, $destNationRice] = $db->queryFirstList('SELECT gold,rice FROM nation WHERE nation=%i', $destCityID); + [$destNationGold, $destNationRice] = $db->queryFirstList('SELECT gold,rice FROM nation WHERE nation=%i', $destNationID); $destNationGold -= $gold; $destNationRice -= $rice;