TriggerCaller버그 수정

This commit is contained in:
2020-05-08 20:52:16 +09:00
parent c3ceef836a
commit f8d6204f0c
11 changed files with 15 additions and 19 deletions
-3
View File
@@ -756,9 +756,6 @@ class General implements iAction{
if(!$iObj){
continue;
}
if($caller->isEmpty()){
continue;
}
/** @var iAction $iObj */
$caller->merge($iObj->getPreTurnExecuteTriggerList($general));
}