From 89faad730ed05de4f56baf3239839d2b227e23f3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Aug 2018 09:29:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A4=91=20=ED=9A=8C=ED=94=BC=EC=97=90=20=EC=98=A4=ED=83=80=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 13a00d81..1cf3a697 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -828,8 +828,8 @@ class WarUnitGeneral extends WarUnit{ yield true; if($this->hasActivatedSkill('회피')){ - $thisLogger->pushGeneralBattleDetailLog('회피했다!'); - $opposeLogger->pushGeneralBattleDetailLog('상대가 회피했다!"'); + $thisLogger->pushGeneralBattleDetailLog('회피했다!'); + $opposeLogger->pushGeneralBattleDetailLog('상대가 회피했다!'); $oppose->multiplyWarPowerMultiply(0.2); }