From 220d1d821d822d9a09c06c4de53fd67dc0b1a600 Mon Sep 17 00:00:00 2001 From: hided62 Date: Wed, 19 Jun 2024 13:23:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=BC=ED=99=A9=EB=82=B4=EB=AC=B8=20?= =?UTF-8?q?=EB=A1=9C=EC=A7=81=20=EB=88=84=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_저지_삼황내문.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/sammo/ActionItem/che_저지_삼황내문.php b/hwe/sammo/ActionItem/che_저지_삼황내문.php index e5a2ad51..55d0d5b5 100644 --- a/hwe/sammo/ActionItem/che_저지_삼황내문.php +++ b/hwe/sammo/ActionItem/che_저지_삼황내문.php @@ -20,6 +20,9 @@ class che_저지_삼황내문 extends \sammo\BaseItem{ return null; } + if($unit->getPhase() > 0){ + return null; + } if($unit->hasActivatedSkillOnLog('저지') >= 2){ return null; }