From a53089139c27dc9ec444efb36072ece566a7838a Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 3 May 2019 02:12:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=B4=EB=8A=94=20=EA=B8=B0?= =?UTF-8?q?=EC=88=A0=20=EC=88=98=EC=B9=98=EB=A5=BC=2020=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 427fd254..b898f4cf 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -360,7 +360,7 @@ function preUpdateMonthly() { $nationType = getNationStaticInfo($nationID)['type']; //자동 기술연구 - $techOffset = 18; + $techOffset = 20; if(in_array($nationType, [3, 13])){ $techOffset *= 1.1; }