setResultTurn 버그 수정

This commit is contained in:
2020-05-31 17:21:51 +09:00
parent 215a7501a6
commit eb90b33485
59 changed files with 62 additions and 60 deletions
@@ -289,7 +289,7 @@ class che_랜덤임관 extends Command\GeneralCommand{
}
$general->addExperience($exp);
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
tryUniqueItemLottery($general, '랜덤 임관');
$general->applyDB($db);