setResultTurn 버그 수정

This commit is contained in:
2020-05-31 17:21:51 +09:00
parent c5fbe93890
commit 65f5e8e964
59 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ class che_천도 extends Command\NationCommand
$logger->pushGlobalActionLog("<Y>{$generalName}</>{$josaYi} <G><b>{$destCityName}</b></>{$josaRo} <M>천도</>를 명령하였습니다.");
$logger->pushGlobalHistoryLog("<S><b>【천도】</b></><D><b>{$nationName}</b></>{$josaYiNation} <G><b>{$destCityName}</b></>{$josaRo} <M>천도</>하였습니다.");
$general->setResultTurn(new LastTurn($this->getName(), $this->arg, 0));
$this->setResultTurn(new LastTurn($this->getName(), $this->arg, 0));
$general->applyDB($db);
return true;
}