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
@@ -119,7 +119,7 @@ class che_전투특기초기화 extends Command\GeneralCommand{
$logger->pushGeneralActionLog("새로운 {$specialName}를 가질 준비가 되었습니다. <1>$date</>");
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
tryUniqueItemLottery($general);
$general->applyDB($db);