From ba8b629f0e49bc40ff710b12e0bfc6cc35148e54 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Jul 2020 03:41:27 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=A9=EB=85=B8=EB=B9=84=EA=B8=89=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/event_전투특기_격노.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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