From ad96a2eedcad7f7d614d436b21c32fdba60848ae Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 25 Dec 2023 18:33:01 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=95=84=EC=A4=91=EA=B3=84=EB=9E=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionBuff/g65_계략성공.php | 2 +- hwe/sammo/Command/UserAction/g65_필중계략.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/ActionBuff/g65_계략성공.php b/hwe/sammo/ActionBuff/g65_계략성공.php index 2218cc12..56c96314 100644 --- a/hwe/sammo/ActionBuff/g65_계략성공.php +++ b/hwe/sammo/ActionBuff/g65_계략성공.php @@ -5,7 +5,7 @@ namespace sammo\ActionBuff; use sammo\General; use \sammo\iAction; -class g65_내정성공 implements iAction +class g65_계략성공 implements iAction { use \sammo\DefaultAction; diff --git a/hwe/sammo/Command/UserAction/g65_필중계략.php b/hwe/sammo/Command/UserAction/g65_필중계략.php index 40d686cc..0bfe34b1 100644 --- a/hwe/sammo/Command/UserAction/g65_필중계략.php +++ b/hwe/sammo/Command/UserAction/g65_필중계략.php @@ -1,7 +1,7 @@ generalObj; - $general->addInstantBuff(new g65_내정성공(), 2); + $general->addInstantBuff(new g65_계략성공(), 2); $date = $general->getTurnTime($general::TURNTIME_HM);