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']);