Scenario 세팅 과정에 문제 해결
SetNationFront 함수도 수정
This commit is contained in:
@@ -23,7 +23,9 @@ class CityHelper{
|
||||
$listByNation = [];
|
||||
|
||||
foreach (DB::db()->query('SELECT `city` as `id`, `name`, `level`, `nation` from city') as $city) {
|
||||
$list[$city['id']] = $city;
|
||||
$id = $city['id'];
|
||||
$name = $city['name'];
|
||||
$list[$id] = $city;
|
||||
$listInv[$city['name']] = $city;
|
||||
|
||||
if(!key_exists($id, $listByNation)){
|
||||
|
||||
Reference in New Issue
Block a user