fix: 성벽 전투 반영

This commit is contained in:
2023-05-20 03:37:09 +09:00
parent 7f9ad8b7d5
commit 5554ac3003
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -482,8 +482,8 @@ function processWar_NG(
if($city->getDead() || $defender instanceof WarUnitCity){
if($city !== $defender){
$city->finishBattle();
$city->setSiege();
$city->finishBattle();
}
$newConflict = $city->addConflict();