From e8726f03f3c22c5eaff4b888f51ca1904fc6ad9e Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 22 Aug 2018 14:36:52 +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 277ba273..f5e01531 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -397,7 +397,7 @@ function process_33(&$general) { $db->update('nation', [ 'gold' => $db->sqleval('gold + $i', $gold), 'rice' => $db->sqleval('rice + %i', $rice) - ], $srcNationID); + ], 'nation=%i', $srcNationID); } else { $general['gold'] += $gold; $general['rice'] += $rice;