diff --git a/hwe/func.php b/hwe/func.php index bc6d6eba..135780fa 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -643,7 +643,7 @@ function generalInfo(General $generalObj) $age = "{$age} 세"; } - $refreshScoreTotal = round($generalObj->getVar(GeneralAccessLogColumn::refreshScoreTotal) ?? 0, -1); + $refreshScoreTotal = round($generalObj->getAccessLogVar(GeneralAccessLogColumn::refreshScoreTotal) ?? 0, -1); $specialDomestic = $generalObj->getVar('special') === GameConst::$defaultSpecialDomestic ? "{$generalObj->getVar('specage')}세" : "" . displayiActionObjInfo($generalObj->getSpecialDomestic()) . ""; @@ -752,7 +752,7 @@ function generalInfo(General $generalObj) 부대 {$troopInfo} 벌점 - " . getRefreshScoreText($refreshScoreTotal) . " {$refreshScoreTotal}({$generalObj->getVar('refresh_score')}) + " . getRefreshScoreText($refreshScoreTotal) . " {$refreshScoreTotal}({$generalObj->getAccessLogVar(GeneralAccessLogColumn::refreshScore)}) "; }