모,징병시 특성 병종이 2000 만 넘어도 뜨는 문제 해결
This commit is contained in:
@@ -68,7 +68,7 @@ class GameUnitDetail{
|
||||
if(!key_exists($this->recruitCondition, $ownCities)){
|
||||
return false;
|
||||
}
|
||||
if($cityLevel == '특'){
|
||||
if($cityLevel == CityConst::$levelMap['특']){
|
||||
if ($tech < 3000) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user