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