fix: 성벽 선제 후 전투 종료시 점유율 관련 문제
This commit is contained in:
@@ -482,6 +482,7 @@ function processWar_NG(
|
|||||||
|
|
||||||
if($city->getDead() || $defender instanceof WarUnitCity){
|
if($city->getDead() || $defender instanceof WarUnitCity){
|
||||||
if($city !== $defender){
|
if($city !== $defender){
|
||||||
|
$city->setOppose($attacker);
|
||||||
$city->setSiege();
|
$city->setSiege();
|
||||||
$city->finishBattle();
|
$city->finishBattle();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user