fix: 필중계략 누락
This commit is contained in:
@@ -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
|
||||
@@ -404,6 +404,7 @@ class GameConstBase
|
||||
'g65_철야내정',
|
||||
'g65_군량급매',
|
||||
'g65_접경귀환',
|
||||
'g65_필중계략',
|
||||
'g65_병장기지원',
|
||||
'g65_입대독려',
|
||||
'g65_병사연회',
|
||||
|
||||
Reference in New Issue
Block a user