From 2ab08965235d93344cc8092c9f2baea54195572f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Aug 2018 20:29:32 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EB=9E=B5=20=EC=8B=A4=ED=8C=A8=20?= =?UTF-8?q?=EA=B3=84=EC=88=98=EA=B0=80=20=EA=B1=B0=EA=BE=B8=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=90=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= 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 d94540a2..a48f1e42 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -822,8 +822,8 @@ class WarUnitGeneral extends WarUnit{ $thisLogger->pushGeneralBattleDetailLog("{$skillKey}{$josaUl} 실패했다!"); $opposeLogger->pushGeneralBattleDetailLog("{$skillKey}{$josaUl} 간파했다!"); - $this->multiplyWarPowerMultiply($skillMultiply); - $oppose->multiplyWarPowerMultiply(1/$skillMultiply); + $this->multiplyWarPowerMultiply(1/$skillMultiply); + $oppose->multiplyWarPowerMultiply($skillMultiply); break; } }