아이템 구매 버그 수정, 아이템 호칭문제 수정
This commit is contained in:
@@ -25,13 +25,6 @@ class che_군량매매 extends Command\GeneralCommand{
|
||||
static protected $actionName = '군량매매';
|
||||
static public $reqArg = true;
|
||||
|
||||
static $itemMap = [
|
||||
'horse'=>'명마',
|
||||
'weapon'=>'무기',
|
||||
'book'=>'서적',
|
||||
'item'=>'도구',
|
||||
];
|
||||
|
||||
protected function argTest():bool{
|
||||
if($this->arg === null){
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user