From 7dc297a26619e38aa2a31c0f4c1c4910c079d28f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 20 May 2023 13:04:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=B1=EB=B2=BD=20=EC=84=A0=EC=A0=9C?= =?UTF-8?q?=20=ED=9B=84=20=EC=A0=84=ED=88=AC=20=EC=A2=85=EB=A3=8C=EC=8B=9C?= =?UTF-8?q?=20=EC=A0=90=EC=9C=A0=EC=9C=A8=20=EA=B4=80=EB=A0=A8=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/process_war.php b/hwe/process_war.php index 1e8a9ebd..c6a1d58d 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -482,6 +482,7 @@ function processWar_NG( if($city->getDead() || $defender instanceof WarUnitCity){ if($city !== $defender){ + $city->setOppose($attacker); $city->setSiege(); $city->finishBattle(); }