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(); }