From 4fc2fc11287cb7f70c970d2122648bcfa7de0bc5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 17 Nov 2021 23:08:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=A9=EC=96=B4=EB=A0=A5=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80=20=EC=84=B8=ED=8C=85=EC=9D=B4=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitTrigger/che_방어력증가5p.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitTrigger/che_방어력증가5p.php b/hwe/sammo/WarUnitTrigger/che_방어력증가5p.php index 7f1de2ee..fce2a2a3 100644 --- a/hwe/sammo/WarUnitTrigger/che_방어력증가5p.php +++ b/hwe/sammo/WarUnitTrigger/che_방어력증가5p.php @@ -12,7 +12,7 @@ class che_방어력증가5p extends BaseWarUnitTrigger{ protected $priority = ObjectTrigger::PRIORITY_FINAL; //최후미 protected function actionWar(WarUnit $self, WarUnit $oppose, array &$selfEnv, array &$opposeEnv):bool{ - if($self->isAttacker()){ + if(!$self->isAttacker()){ $oppose->multiplyWarPowerMultiply(1/1.05); }