출병 경로 설정 메시지 버그 수정
This commit is contained in:
@@ -192,8 +192,8 @@ class che_출병 extends Command\GeneralCommand
|
|||||||
} while (false);
|
} while (false);
|
||||||
|
|
||||||
$defenderCityID = (int) Util::choiceRandom($candidateCities);
|
$defenderCityID = (int) Util::choiceRandom($candidateCities);
|
||||||
$defenderCityName = $this->destCity['name'];
|
|
||||||
$this->setDestCity($defenderCityID);
|
$this->setDestCity($defenderCityID);
|
||||||
|
$defenderCityName = $this->destCity['name'];
|
||||||
$josaRo = JosaUtil::pick($defenderCityName, '로');
|
$josaRo = JosaUtil::pick($defenderCityName, '로');
|
||||||
$defenderNationID = $this->destCity['nation'];
|
$defenderNationID = $this->destCity['nation'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user