From 71a3ffa21c50364ef8e0097b4037776acc713f37 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 29 Apr 2023 23:47:47 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=8A=A4=ED=83=AF=20=EC=A0=9C=ED=95=9C?= =?UTF-8?q?=EC=9D=84=20=EC=88=9C=EC=88=98=20=EC=8A=A4=ED=83=AF=20=EB=8C=80?= =?UTF-8?q?=EC=83=81=EC=9C=BC=EB=A1=9C=EB=A7=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 0d8088ef..8f4bf159 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -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); }