From cd31bc69ef12e2c9831be341a96cc7238aff343d Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Jul 2018 23:13:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EB=B0=A9=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/c_myBossInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_myBossInfo.php b/hwe/c_myBossInfo.php index 754f4e12..68f2490e 100644 --- a/hwe/c_myBossInfo.php +++ b/hwe/c_myBossInfo.php @@ -150,7 +150,7 @@ if($btn == "추방") { 'makelimit'=>12, 'gold'=>$general['gold'], 'rice'=>$general['rice'], - 'dedication'=>$db->sqleval('dedication * (1 - 0.1*betray'), + 'dedication'=>$db->sqleval('dedication * (1 - 0.1*betray)'), ], 'no=%i', $general['no']); } }