전투 종료시 로그 순서 변경

This commit is contained in:
2018-08-26 23:25:47 +09:00
parent dbf044b418
commit ff4c73f3d3
+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){