From 010d12ad1f6fd844fa551d3109b679d37185a1a9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 4 May 2019 14:01:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EB=8C=80=20=EA=B8=B0=EC=88=A0=20?= =?UTF-8?q?=EB=A0=88=EB=B2=A8=EC=9D=84=2015=EA=B9=8C=EC=A7=80?= 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 33e6fab2..6e93ca07 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -72,7 +72,7 @@ class GameConstBase /** @var int 최대 계급 */ public static $maxDedLevel = 30; /** @var int 최대 기술 레벨 */ - public static $maxTechLevel = 12; + public static $maxTechLevel = 15; /** @var int 초기 제한시 장수 제한 */ public static $initialNationGenLimitForRandInit = 3;