장수 인덕/저격, 부대장 의술 고정

This commit is contained in:
2019-05-02 02:15:54 +09:00
parent f74e903f1f
commit ef3d2258f5
4 changed files with 13 additions and 26 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ function updateNationState() {
$lastAssemblerID += 1;
$npcObj = new Scenario\NPC(
999, sprintf('부대장%3d',$lastAssemblerID), null, $nation['nation'], null,
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, '은둔', '척사'
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, '은둔', '의술'
);
$npcObj->npc = 5;
$npcObj->build($admin);