수정시도2

This commit is contained in:
2020-05-19 00:32:52 +09:00
parent cbc6e526c3
commit 22fa1b121e
-3
View File
@@ -90,9 +90,6 @@ class SpecialityHelper{
if($strength >= $intel * 0.95 && $strength > GameConst::$chiefStatMin){
$myCond |= self::STAT_STRENGTH;
}
if($strength < GameConst::$chiefStatMin){
$myCond |= self::STAT_NOT_STRENGTH;
}
if($intel >= $strength * 0.95 && $intel > GameConst::$chiefStatMin){
$myCond |= self::STAT_INTEL;