From d55be54320f78827b84b4815588ca1e3ad8b0140 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 23 Jan 2025 17:27:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=B0=EA=B5=AC=EC=BB=A4=EB=A7=A8?= =?UTF-8?q?=EB=93=9C=20=EA=B2=80=EC=82=AC=20=EC=A1=B0=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/event_극병연구.php | 2 ++ hwe/sammo/Command/Nation/event_대검병연구.php | 2 ++ hwe/sammo/Command/Nation/event_무희연구.php | 2 ++ hwe/sammo/Command/Nation/event_산저병연구.php | 2 ++ hwe/sammo/Command/Nation/event_상병연구.php | 2 ++ hwe/sammo/Command/Nation/event_원융노병연구.php | 2 ++ hwe/sammo/Command/Nation/event_음귀병연구.php | 2 ++ hwe/sammo/Command/Nation/event_화륜차연구.php | 2 ++ hwe/sammo/Command/Nation/event_화시병연구.php | 2 ++ 9 files changed, 18 insertions(+) diff --git a/hwe/sammo/Command/Nation/event_극병연구.php b/hwe/sammo/Command/Nation/event_극병연구.php index 302be479..590bb52d 100644 --- a/hwe/sammo/Command/Nation/event_극병연구.php +++ b/hwe/sammo/Command/Nation/event_극병연구.php @@ -32,6 +32,8 @@ class event_극병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_대검병연구.php b/hwe/sammo/Command/Nation/event_대검병연구.php index 437c7133..794379c5 100644 --- a/hwe/sammo/Command/Nation/event_대검병연구.php +++ b/hwe/sammo/Command/Nation/event_대검병연구.php @@ -32,6 +32,8 @@ class event_대검병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_무희연구.php b/hwe/sammo/Command/Nation/event_무희연구.php index baa2caec..911f6260 100644 --- a/hwe/sammo/Command/Nation/event_무희연구.php +++ b/hwe/sammo/Command/Nation/event_무희연구.php @@ -32,6 +32,8 @@ class event_무희연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_산저병연구.php b/hwe/sammo/Command/Nation/event_산저병연구.php index 6f94bbb0..c3ec12ca 100644 --- a/hwe/sammo/Command/Nation/event_산저병연구.php +++ b/hwe/sammo/Command/Nation/event_산저병연구.php @@ -32,6 +32,8 @@ class event_산저병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_상병연구.php b/hwe/sammo/Command/Nation/event_상병연구.php index e6ee1bbf..4cbc72e0 100644 --- a/hwe/sammo/Command/Nation/event_상병연구.php +++ b/hwe/sammo/Command/Nation/event_상병연구.php @@ -32,6 +32,8 @@ class event_상병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_원융노병연구.php b/hwe/sammo/Command/Nation/event_원융노병연구.php index 2ad93a14..9bbfa19b 100644 --- a/hwe/sammo/Command/Nation/event_원융노병연구.php +++ b/hwe/sammo/Command/Nation/event_원융노병연구.php @@ -32,6 +32,8 @@ class event_원융노병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_음귀병연구.php b/hwe/sammo/Command/Nation/event_음귀병연구.php index 294aae52..2636c114 100644 --- a/hwe/sammo/Command/Nation/event_음귀병연구.php +++ b/hwe/sammo/Command/Nation/event_음귀병연구.php @@ -32,6 +32,8 @@ class event_음귀병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_화륜차연구.php b/hwe/sammo/Command/Nation/event_화륜차연구.php index bdc13da3..0b303c80 100644 --- a/hwe/sammo/Command/Nation/event_화륜차연구.php +++ b/hwe/sammo/Command/Nation/event_화륜차연구.php @@ -32,6 +32,8 @@ class event_화륜차연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{ diff --git a/hwe/sammo/Command/Nation/event_화시병연구.php b/hwe/sammo/Command/Nation/event_화시병연구.php index 3074b653..96b29e5e 100644 --- a/hwe/sammo/Command/Nation/event_화시병연구.php +++ b/hwe/sammo/Command/Nation/event_화시병연구.php @@ -32,6 +32,8 @@ class event_화시병연구 extends Command\NationCommand{ ConstraintHelper::BeChief(), ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; + + $this->fullConditionConstraints = $this->minConditionConstraints; } public function getCommandDetailTitle():string{