소집해제 추가. 커맨드 버그 수정

This commit is contained in:
2018-10-16 01:01:50 +09:00
parent 292e642d16
commit d16c86a4d7
10 changed files with 106 additions and 15 deletions
+2 -2
View File
@@ -90,9 +90,9 @@ class che_훈련 extends Command\GeneralCommand{
$general->increaseVar('dedication', $ded);
$general->increaseVar('leader2', 1);
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
$general->applyDB($db);
$this->checkStatChange();
uniqueItemEx($general->getVar('no'), $logger);
}