From 7b406a945f93ed07162ff1bfd75f5664195fccd8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 May 2020 00:25:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/SpecialityHelper.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/sammo/SpecialityHelper.php b/hwe/sammo/SpecialityHelper.php index 329f9622..a25d85b9 100644 --- a/hwe/sammo/SpecialityHelper.php +++ b/hwe/sammo/SpecialityHelper.php @@ -121,6 +121,10 @@ class SpecialityHelper{ $myCond |= self::STAT_INTEL; } } + + if(!$myCond){ + $myCond = self::STAT_INTEL; + } return $myCond; }