전투 로그 중 회피에 오타 수정

This commit is contained in:
2018-08-21 09:29:28 +09:00
parent 798ab3e183
commit 89faad730e
+2 -2
View File
@@ -828,8 +828,8 @@ class WarUnitGeneral extends WarUnit{
yield true;
if($this->hasActivatedSkill('회피')){
$thisLogger->pushGeneralBattleDetailLog('회피</>했다!</>');
$opposeLogger->pushGeneralBattleDetailLog('상대가 <R>회피</>했다!</>"');
$thisLogger->pushGeneralBattleDetailLog('<C>회피</>했다!</>');
$opposeLogger->pushGeneralBattleDetailLog('상대가 <R>회피</>했다!</>');
$oppose->multiplyWarPowerMultiply(0.2);
}