From acb3b6ac85cadde864a06a611ba5c775df501c04 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 6 Aug 2018 00:46:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EC=9E=90=20=EC=A1=B0=EB=8B=AC?= =?UTF-8?q?=EB=A1=9C=20=EC=98=AC=EB=9D=BC=EA=B0=80=EB=8A=94=20=EB=AA=85?= =?UTF-8?q?=EC=84=B1,=20=EA=B3=84=EA=B8=89=EC=9D=98=20=EC=96=91=EC=9D=84?= =?UTF-8?q?=20=EB=8B=A4=EB=A5=B8=20=EB=82=B4=EC=A0=95=EA=B3=BC=20=EB=B9=84?= =?UTF-8?q?=EC=8A=B7=ED=95=98=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_process.php b/hwe/func_process.php index 7ba00774..b027ef89 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -814,8 +814,8 @@ function process_9(&$general) { $log[] = "●{$admin['month']}월:{$stype}을 $score 조달했습니다. <1>$date"; } - $exp = $score * 0.7; - $ded = $score * 1.0; + $exp = $score * 0.7 / 3; + $ded = $score * 1.0 / 3; // 성격 보정 $exp = CharExperience($exp, $general['personal']);