방랑군 시나리오를 제대로 시작할 수 없는 버그 수정

This commit is contained in:
2018-05-15 22:38:05 +09:00
parent 3fb5b99af3
commit 316d466795
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ class NPC{
$city = $this->locatedCity;
if($city === null){
if($nationID == 0){
if($nationID == 0 || !CityHelper::getAllNationCities($nationID)){
$cityObj = Util::choiceRandom(CityHelper::getAllCities());
}
else{