From 38f10b5f0960667eed9fa5f4392b83d1c8437f6c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 29 Apr 2023 23:46:22 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=B5=9C=EB=8C=80=20=EB=A0=88=EB=B2=A8?= =?UTF-8?q?,=20=EB=8A=A5=EB=A0=A5=EC=B9=98=20=EC=A0=9C=ED=95=9C=EC=9D=84?= =?UTF-8?q?=20255=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GameConstBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index e2d3339f..d1f45a6f 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -84,7 +84,7 @@ class GameConstBase public static $maxBetrayCnt = 9; /** @var int 최대 레벨 */ - public static $maxLevel = 300; + public static $maxLevel = 255; /** @var int 최소 인구 증가량 */ public static $basePopIncreaseAmount = 5000;