버그 수정

This commit is contained in:
2020-05-04 20:01:23 +09:00
parent 76ac6cf5b5
commit 91f2be6759
12 changed files with 39 additions and 8 deletions
-1
View File
@@ -60,7 +60,6 @@ class che_첩보 extends Command\GeneralCommand
[$reqGold, $reqRice] = $this->getCost();
$this->minConditionConstraints = [
ConstraintHelper::NotOccupiedDestCity(),
ConstraintHelper::ReqGeneralGold($reqGold),
ConstraintHelper::ReqGeneralRice($reqRice),
];