fix: 접경귀환시 rawCity도 초기화
This commit is contained in:
@@ -95,6 +95,8 @@ class che_접경귀환 extends Command\GeneralCommand{
|
|||||||
$logger->pushGeneralActionLog("<G><b>{$destCityName}</b></>{$josaRo} 접경귀환했습니다.");
|
$logger->pushGeneralActionLog("<G><b>{$destCityName}</b></>{$josaRo} 접경귀환했습니다.");
|
||||||
$general->setVar('city', $destCityID);
|
$general->setVar('city', $destCityID);
|
||||||
|
|
||||||
|
$general->setRawCity(null);
|
||||||
|
|
||||||
//TODO: InstantAction일때에만 설정하지 않는게 나은데..
|
//TODO: InstantAction일때에만 설정하지 않는게 나은데..
|
||||||
//$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
|
//$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user