From ff4c73f3d3c30dc979312c644e0e07d2ed10c5c9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Aug 2018 23:25:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=EC=8B=9C=20=EB=A1=9C=EA=B7=B8=20=EC=88=9C=EC=84=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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){