군량매매 구현

This commit is contained in:
2018-10-21 02:36:05 +09:00
parent b6db653f41
commit 6e5faa8cc1
4 changed files with 183 additions and 271 deletions
@@ -84,6 +84,10 @@ class che_장비매매 extends Command\GeneralCommand{
}
public function getCost():array{
if(!$this->isArgValid){
return [0, 0];
}
$itemType = $this->arg['itemType'];
$itemCode = $this->arg['itemCode'];
if($itemType == 'item'){