fix: 성벽 선제가 호출조차 되지 않는 버그 수정

This commit is contained in:
2023-05-12 00:07:01 +09:00
parent 2ad0c6e509
commit 18f9d87a29
7 changed files with 53 additions and 20 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class GameUnitDetail implements iAction
$this->initSkillTrigger = $initSkillTrigger;
$this->phaseSkillTrigger = $phaseSkillTrigger;
$this->iActionList = [];
foreach($iActionList as $rawAction){
foreach($iActionList ?? [] as $rawAction){
$action = buildActionCrewTypeClass($rawAction);
if(!$action){
continue;