이중특기 테스트

This commit is contained in:
2020-05-30 16:31:03 +09:00
parent 093002db14
commit 68262d8abb
27 changed files with 709 additions and 7 deletions
+7 -1
View File
@@ -123,7 +123,13 @@ class NPC{
$this->charDomestic = SpecialityHelper::getDomesticClassByName($char);
}
catch (\Exception $e) {
$this->charWar = SpecialityHelper::getWarClassByName($char);
try{
$this->charWar = SpecialityHelper::getWarClassByName($char);
}
catch (\Exception $e){
}
}
}
}