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

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
@@ -155,9 +155,9 @@ class che_주민선정 extends Command\GeneralCommand{
$general->increaseVar('dedication', $ded);
$general->increaseVar(static::$statKey.'2', 1);
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
$general->applyDB($db);
$this->checkStatChange();
uniqueItemEx($general->getVar('no'), $logger);
}