From e12c0e51c8996edea0e9f50ca83b9f439b7a9f90 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 25 Jan 2022 00:58:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8B=9C=EB=82=98=EB=A6=AC=EC=98=A4=20?= =?UTF-8?q?=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C=20=EC=8B=9C=EC=9E=91?= =?UTF-8?q?=EC=8B=9C=EC=A0=90=EA=B3=BC=20=EB=B4=89=EA=B8=89=EC=9B=94?= =?UTF-8?q?=EC=9D=B4=20=EA=B2=B9=EC=B9=98=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=A9=88=EC=B6=94=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario/GeneralBuilder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Scenario/GeneralBuilder.php b/hwe/sammo/Scenario/GeneralBuilder.php index 4fee435c..e6f52412 100644 --- a/hwe/sammo/Scenario/GeneralBuilder.php +++ b/hwe/sammo/Scenario/GeneralBuilder.php @@ -671,6 +671,7 @@ class GeneralBuilder{ 'intel'=>$this->intel, 'experience'=>$experience, 'dedication'=>$dedication, + 'dedlevel'=>1, 'officer_level'=>$officerLevel, 'gold'=>$this->gold, 'rice'=>$this->rice,