game: 내부 스탯 제한을 2중으로

This commit is contained in:
2023-04-29 23:40:30 +09:00
parent 034e6374cc
commit da6b1fe7f1
+2
View File
@@ -443,6 +443,8 @@ class General implements iAction
}
}
$statValue = Util::clamp($statValue, 0, GameConst::$maxLevel);
if ($withIActionObj) {
foreach ([
$this->nationType,