버그 수정

- 의병 모집
- 장수 변경 시 생성 폼 남음
This commit is contained in:
2021-01-01 19:54:28 +09:00
parent 8e940aeb65
commit 7f0a3d320c
3 changed files with 8 additions and 2 deletions
@@ -159,6 +159,7 @@ class che_의병모집 extends Command\NationCommand
$newNPC->setCityID($general->getCityID());
$newNPC->setSpecial('None', 'None');
$newNPC->setLifeSpan($env['year']-20, $env['year']+10);
$newNPC->setKillturn(Util::randRangeInt(64, 70));
$newNPC->setNPCType(4);
$newNPC->setMoney(1000, 1000);