From ac82c8ff0bed4a4aef186725732ad662211abe0a Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 Oct 2021 02:01:41 +0900 Subject: [PATCH] =?UTF-8?q?fix(misc):=20=EC=83=81=EB=8C=80=EA=B0=80=20?= =?UTF-8?q?=EC=B9=98=EB=A3=8C=EC=8B=9C=20'=EB=B6=89=EA=B2=8C'=20=ED=91=9C?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitTrigger/che_전투치료발동.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitTrigger/che_전투치료발동.php b/hwe/sammo/WarUnitTrigger/che_전투치료발동.php index b693bf39..e7c97f13 100644 --- a/hwe/sammo/WarUnitTrigger/che_전투치료발동.php +++ b/hwe/sammo/WarUnitTrigger/che_전투치료발동.php @@ -22,7 +22,7 @@ class che_전투치료발동 extends BaseWarUnitTrigger{ } $selfEnv['치료발동'] = true; - $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 치료했다!", ActionLogger::PLAIN); + $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 치료했다!", ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog("치료했다!", ActionLogger::PLAIN); $oppose->multiplyWarPowerMultiply(0.5);