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

This commit is contained in:
2018-10-16 01:01:50 +09:00
parent f592eb66a3
commit 642ad6f6f4
10 changed files with 106 additions and 15 deletions
@@ -120,9 +120,8 @@ class che_물자조달 extends Command\GeneralCommand{
], 'nation=%i',$general->getNationID());
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
$general->applyDB($db);
$this->checkStatChange();
}