접경지 처리시, 공백지 접경인지 적군 접경인지 구분

This commit is contained in:
2018-09-19 01:49:46 +09:00
parent b257672717
commit ab3dcff023
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ function SetNationFront($nationNo) {
if($adj){
$db->update('city', [
'front'=>1
'front'=>($enemyCities?1:2),
], 'nation=%i and city in %li', $nationNo, array_keys($adj));
}
}