fix: 부대장의 특기를 없앰.

- 특기 수령 년도를 999년으로 변경
This commit is contained in:
2023-03-17 13:28:23 +09:00
parent 394a70319f
commit 582163ab46
@@ -68,7 +68,8 @@ class ProvideNPCTroopLeader extends \sammo\Event\Action
$nation['nation']
);
$npcObj->setAffinity(999)->setStat(10, 10, 10)
->setSpecialSingle('척사')->setEgo('che_은둔')
->setSpecialSingle(null)->setEgo('che_은둔')
->setSpecYear(999, 999)
->setKillturn(70)->setGoldRice(0, 0)
->setNPCType(5)->fillRemainSpecAsZero($env);
$npcObj->build($env);