버그 수정

This commit is contained in:
2020-05-19 00:25:41 +09:00
parent 5d77e227e9
commit 75fd905829
+4
View File
@@ -122,6 +122,10 @@ class SpecialityHelper{
} }
} }
if(!$myCond){
$myCond = self::STAT_INTEL;
}
return $myCond; return $myCond;
} }