전투 종료시 로그 순서 변경

This commit is contained in:
2018-08-26 23:25:47 +09:00
parent 1da3623c03
commit 7889c429d9
+3 -3
View File
@@ -396,11 +396,11 @@ function processWar_NG(
if($currPhase == $attacker->getMaxPhase()){
//마지막 페이즈의 전투 마무리
$attacker->tryWound();
$defender->tryWound();
$attacker->logBattleResult();
$defender->logBattleResult();
$attacker->tryWound();
$defender->tryWound();
}
if($defender instanceof WarUnitCity){