diff --git a/hwe/sammo/ActionItem/event_전투특기_격노.php b/hwe/sammo/ActionItem/event_전투특기_격노.php index c37663d9..6db4b487 100644 --- a/hwe/sammo/ActionItem/event_전투특기_격노.php +++ b/hwe/sammo/ActionItem/event_전투특기_격노.php @@ -26,8 +26,8 @@ class event_전투특기_격노 extends \sammo\BaseItem{ public function getBattlePhaseSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{ return new WarUnitTriggerCaller( - new che_격노시도($unit), - new che_격노발동($unit) + new che_격노시도($unit, che_격노시도::TYPE_ITEM), + new che_격노발동($unit, che_격노발동::TYPE_ITEM) ); } } \ No newline at end of file