diff --git a/hwe/process_war.php b/hwe/process_war.php index 993e3d20..0b396ec5 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -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){