모,징병시 특성 병종이 2000 만 넘어도 뜨는 문제 해결

This commit is contained in:
2018-04-18 21:42:09 +09:00
parent 1c853107b7
commit 9bcd18c42e
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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;
}