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
@@ -95,7 +95,7 @@ class che_NPC능동 extends Command\GeneralCommand{
$logger->pushGeneralActionLog("NPC 전용 명령을 이용해 {$cityName}{$josaRo} 이동했습니다.");
$general->setVar('city', $destCityID);
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
}
$general->applyDB($db);