fix: 성벽 선제 후 전투 종료시 점유율 관련 문제

This commit is contained in:
2023-05-20 13:04:37 +09:00
parent f019a642a2
commit 7dc297a266
+1
View File
@@ -482,6 +482,7 @@ function processWar_NG(
if($city->getDead() || $defender instanceof WarUnitCity){
if($city !== $defender){
$city->setOppose($attacker);
$city->setSiege();
$city->finishBattle();
}