From 82af3a2e2dc56349f87e6bb5c69e77cfe43d5364 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 19 May 2023 19:16:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=88=98=EB=B9=84=EC=9E=90=EC=97=90=20?= =?UTF-8?q?=EC=88=98=EB=B9=84=20=EB=8F=84=EC=8B=9C=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EA=B0=80=20=EC=9E=85=EB=A0=A5=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index 35ceb8a1..45bf6c5c 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -42,7 +42,7 @@ function processWar(string $warSeed, General $attackerGeneral, array $rawAttacke /** @var WarUnit[] */ $defenderList = []; foreach($defenderGeneralList as $defenderGeneral){ - + $defenderGeneral->setRawCity($rawDefenderCity); $defenderCandidate = new WarUnitGeneral($rng, $defenderGeneral, $rawDefenderNation, false); if(extractBattleOrder($defenderCandidate, $attacker) <= 0){ continue;