의병모집 버그 수정

This commit is contained in:
2020-03-22 04:20:21 +09:00
parent 30e1e35090
commit 869ad39ddc
2 changed files with 4 additions and 3 deletions
@@ -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;
+1 -1
View File
@@ -288,7 +288,7 @@ class GameConstBase
'che_수몰', 'che_수몰',
'che_허보', 'che_허보',
'che_피장파장', 'che_피장파장',
//'che_의병모집', 'che_의병모집',
//'che_이호경식', //'che_이호경식',
//'che_급습', //'che_급습',
], ],