병종 가격 계산 버그, 접경 계산 버그, 긴급 천도 버그 수정

This commit is contained in:
2018-04-10 21:11:56 +09:00
parent 1412834b60
commit 9831685bb9
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ function SetNationFront($nationNo) {
if($adj){
$db->update('city', [
'front'=>0
'front'=>1
], 'nation=%i and city in %li', $nationNo, array_keys($adj));
}
}