도시 병종 체크 버그 수정
This commit is contained in:
@@ -63,8 +63,7 @@ class GameUnitDetail{
|
||||
}
|
||||
|
||||
if($this->recruitType == 2){
|
||||
$cityLevel = CityConst::byID($this->id)->level;
|
||||
$cityLevel = CityConst::$regionMap[$cityLevel];
|
||||
$cityLevel = CityConst::byID($this->recruitCondition)->level;
|
||||
|
||||
if(!key_exists($this->recruitCondition, $ownCities)){
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user