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);