버그 수정

This commit is contained in:
2020-05-19 00:25:41 +09:00
parent 6ff5cc90f1
commit 7b406a945f
+4
View File
@@ -121,6 +121,10 @@ class SpecialityHelper{
$myCond |= self::STAT_INTEL;
}
}
if(!$myCond){
$myCond = self::STAT_INTEL;
}
return $myCond;
}