From da6b1fe7f1deef49c5573e940607d718261f8ac7 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 29 Apr 2023 23:40:30 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EB=82=B4=EB=B6=80=20=EC=8A=A4=ED=83=AF?= =?UTF-8?q?=20=EC=A0=9C=ED=95=9C=EC=9D=84=202=EC=A4=91=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 2693ff38..0d8088ef 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -443,6 +443,8 @@ class General implements iAction } } + $statValue = Util::clamp($statValue, 0, GameConst::$maxLevel); + if ($withIActionObj) { foreach ([ $this->nationType,