From 10dab69c6378e3e99a428b1008806625d6b2c188 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 20 Aug 2018 03:48:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EA=B5=AC=ED=98=84=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index c693386e..b9e57e7e 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -784,7 +784,7 @@ class WarUnitGeneral extends WarUnit{ $thisLogger->pushGeneralBattleDetailLog('회피했다!'); $opposeLogger->pushGeneralBattleDetailLog('상대가 회피했다!"'); - $this->multiplyWarPowerMultiply(0.2); + $oppose->multiplyWarPowerMultiply(0.2); } yield true;