From adf7734b85bdb201ba67496c98a33694c036c6be Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 17 Sep 2021 03:12:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=9D=EC=84=B1=ED=95=98=EC=9E=90?= =?UTF-8?q?=EB=A7=88=EC=9E=90=20=EC=9E=84=EA=B4=80=201=EB=85=84=EC=B0=A8?= =?UTF-8?q?=EB=A1=9C=20=EB=82=98=EC=98=A4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario/GeneralBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Scenario/GeneralBuilder.php b/hwe/sammo/Scenario/GeneralBuilder.php index c3e744bf..3eac08d3 100644 --- a/hwe/sammo/Scenario/GeneralBuilder.php +++ b/hwe/sammo/Scenario/GeneralBuilder.php @@ -681,7 +681,7 @@ class GeneralBuilder{ 'turntime'=>$turntime, 'killturn'=>$killturn, 'age'=>$age, - 'belong'=>1, + 'belong'=>0, 'personal'=>$this->ego, 'special'=>$this->specialDomestic, 'specage'=>$this->specAge,