부대장 이름을 정렬하기에 편리하도록 수정

This commit is contained in:
2019-05-01 01:51:49 +09:00
parent 81fa97d3ee
commit ee74771f16
+1 -1
View File
@@ -1043,7 +1043,7 @@ function updateNationState() {
while($genStep > 0){
$lastAssemblerID += 1;
$npcObj = new Scenario\NPC(
999, '부대장'.$lastAssemblerID, null, $nation['nation'], null,
999, sprintf('부대장%3d',$lastAssemblerID), null, $nation['nation'], null,
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, '은둔', '척사'
);
$npcObj->npc = 5;