fix: 성벽 전투 반영
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user