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); }