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