From 61d99a3043fef495211e6c5318bad9efe4febdeb Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 25 Dec 2023 07:30:25 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=EA=B8=B0=203=EB=85=84=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=EC=97=90=EB=8F=84=20=ED=95=98=EC=95=BC=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=20-=20=EA=B8=B0=EC=A1=B4=EC=97=94=201=EC=9D=B8?= =?UTF-8?q?=EA=B5=AD=EC=9D=98=20=EB=AC=B8=EC=A0=9C=EA=B0=80=20=EC=9E=88?= =?UTF-8?q?=EC=97=88=EC=9C=BC=EB=82=98,=20=EC=9D=B4=EB=AF=B8=20NPC?= =?UTF-8?q?=EA=B5=AD=EC=9D=B4=20=EC=9E=90=EB=A6=AC=EB=A5=BC=20=EC=B1=84?= =?UTF-8?q?=EC=9B=A0=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_하야.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/hwe/sammo/Command/General/che_하야.php b/hwe/sammo/Command/General/che_하야.php index 0b1f7b10..36b01e0d 100644 --- a/hwe/sammo/Command/General/che_하야.php +++ b/hwe/sammo/Command/General/che_하야.php @@ -30,11 +30,8 @@ class che_하야 extends Command\GeneralCommand{ $this->setNation(); - $relYear = $env['year'] - $env['startyear']; - $this->fullConditionConstraints=[ ConstraintHelper::NotBeNeutral(), - ConstraintHelper::NotOpeningPart($relYear), ConstraintHelper::NotLord(), ]; }