이중특기 테스트

This commit is contained in:
2020-05-30 16:31:03 +09:00
parent 6d1a06a9d9
commit b3db97f4a8
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){
}
}
}
}