From 3a231e8e612f487d2d1eb669cface375da4a188a Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 19 Sep 2018 01:00:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=80=EC=A7=80=20=EC=88=99=EB=A0=A8=20?= =?UTF-8?q?=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index afe9388c..bd8b3c6e 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -743,8 +743,8 @@ class WarUnitGeneral extends WarUnit{ if($this->hasActivatedSkill('저지')){ - $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5 * 0.9); - $this->addDex($this->getCrewType(), $this->getWarPower() * 0.5 * 0.9); + $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.9); + $this->addDex($this->getCrewType(), $this->getWarPower() * 0.9); $this->setWarPowerMultiply(0); $oppose->setWarPowerMultiply(0);