From c84d66b9853dd1012a64a1aa2885f5030d5b0f35 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 25 Dec 2023 16:55:53 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=95=84=EC=A4=91=EA=B3=84=EB=9E=B5=20?= =?UTF-8?q?=EB=88=84=EB=9D=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Command/UserAction/{g65_요술.php => g65_필중계략.php} | 6 +++--- hwe/sammo/GameConstBase.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) rename hwe/sammo/Command/UserAction/{g65_요술.php => g65_필중계략.php} (91%) diff --git a/hwe/sammo/Command/UserAction/g65_요술.php b/hwe/sammo/Command/UserAction/g65_필중계략.php similarity index 91% rename from hwe/sammo/Command/UserAction/g65_요술.php rename to hwe/sammo/Command/UserAction/g65_필중계략.php index 7ba6bdb1..40d686cc 100644 --- a/hwe/sammo/Command/UserAction/g65_요술.php +++ b/hwe/sammo/Command/UserAction/g65_필중계략.php @@ -5,8 +5,8 @@ use sammo\ActionBuff\g65_내정성공; use \sammo\Command; use sammo\Constraint\ConstraintHelper; -class g65_요술 extends Command\UserActionCommand{ - static protected $actionName = '요술'; +class g65_필중계략 extends Command\UserActionCommand{ + static protected $actionName = '필중계략'; protected function argTest():bool{ return true; @@ -14,7 +14,7 @@ class g65_요술 extends Command\UserActionCommand{ public function getBrief(): string { - return '요술'; + return '필중계략'; } public function getCommandDetailTitle(): string diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index b23cb9b4..c6f590e5 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -404,6 +404,7 @@ class GameConstBase 'g65_철야내정', 'g65_군량급매', 'g65_접경귀환', + 'g65_필중계략', 'g65_병장기지원', 'g65_입대독려', 'g65_병사연회',