응답시 새로고침, 등용수락 안되는 버그 수정

This commit is contained in:
2020-05-11 02:14:33 +09:00
parent bda21c421f
commit 98b5825475
5 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class che_등용 extends Command\GeneralCommand{
protected function initWithArg()
{
$destGeneral = General::createGeneralObjFromDB($this->arg['destGeneralID'], ['nation'], 0);
$destGeneral = General::createGeneralObjFromDB($this->arg['destGeneralID'], ['nation', 'experience', 'dedication'], 0);
$this->setDestGeneral($destGeneral);
[$reqGold, $reqRice] = $this->getCost();