game: 스탯 제한을 순수 스탯 대상으로만 변경

This commit is contained in:
2023-04-29 23:47:47 +09:00
parent 38f10b5f09
commit 71a3ffa21c
-2
View File
@@ -468,8 +468,6 @@ class General implements iAction
$this->calcCache[$cKey] = $statValue;
$statValue = Util::clamp($statValue, 0, GameConst::$maxLevel);
if ($useFloor) {
return Util::toInt($statValue);
}