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

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
@@ -1862,7 +1862,7 @@ function ConquerCity($game, $general, $city, $nation, $destnation) {
$cities = [];
foreach(
DB::db()->query(
'SELECT city, pop FROM city WHERE nation=%i and city!=%i',
'SELECT nation, city, pop FROM city WHERE nation=%i and city!=%i',
$destnation['nation'],
$city['city']
) as $row