의병모집 버그 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace sammo\Command\General;
|
namespace sammo\Command\Nation;
|
||||||
|
|
||||||
use \sammo\{
|
use \sammo\{
|
||||||
DB, Util, JosaUtil,
|
DB, Util, JosaUtil,
|
||||||
@@ -23,8 +23,9 @@ use \sammo\Constraint\Constraint;
|
|||||||
use \sammo\Constraint\ConstraintHelper;
|
use \sammo\Constraint\ConstraintHelper;
|
||||||
|
|
||||||
|
|
||||||
class che_의병모집 extends Command\GeneralCommand{
|
class che_의병모집 extends Command\NationCommand{
|
||||||
static protected $actionName = '의병모집';
|
static protected $actionName = '의병모집';
|
||||||
|
static public $reqArg = false;
|
||||||
|
|
||||||
protected function argTest():bool{
|
protected function argTest():bool{
|
||||||
$this->arg = null;
|
$this->arg = null;
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ class GameConstBase
|
|||||||
'che_수몰',
|
'che_수몰',
|
||||||
'che_허보',
|
'che_허보',
|
||||||
'che_피장파장',
|
'che_피장파장',
|
||||||
//'che_의병모집',
|
'che_의병모집',
|
||||||
//'che_이호경식',
|
//'che_이호경식',
|
||||||
//'che_급습',
|
//'che_급습',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user