전투 구현 반영

This commit is contained in:
2018-08-20 03:48:54 +09:00
parent 60ed594996
commit 10dab69c63
+1 -1
View File
@@ -784,7 +784,7 @@ class WarUnitGeneral extends WarUnit{
$thisLogger->pushGeneralBattleDetailLog('회피</>했다!</>');
$opposeLogger->pushGeneralBattleDetailLog('상대가 <R>회피</>했다!</>"');
$this->multiplyWarPowerMultiply(0.2);
$oppose->multiplyWarPowerMultiply(0.2);
}
yield true;