From abdcf40aaddce6ff8332f921077457861715a8c0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 22 Aug 2018 14:37:48 +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 f5e01531..0e756f0b 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -395,7 +395,7 @@ function process_33(&$general) { // 본국으로 회수, 재야이면 본인이 소유 if($general['nation'] != 0) { $db->update('nation', [ - 'gold' => $db->sqleval('gold + $i', $gold), + 'gold' => $db->sqleval('gold + %i', $gold), 'rice' => $db->sqleval('rice + %i', $rice) ], 'nation=%i', $srcNationID); } else {