수정시도2

This commit is contained in:
2020-05-19 00:32:52 +09:00
parent 742234c757
commit af899b3ca8
-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;