버그 수정, 턴 입력 form 준비

This commit is contained in:
2019-06-16 21:07:08 +09:00
parent 5d42730e9a
commit 3ebb30795c
10 changed files with 2595 additions and 2477 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class che_등용 extends Command\GeneralCommand{
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
$general->applyDB($db);
$destGeneral->applyDB($db);
$this->destGeneralObj->applyDB($db);
return true;
}