부대장 이름을 정렬하기에 편리하도록 수정
This commit is contained in:
@@ -1043,7 +1043,7 @@ function updateNationState() {
|
|||||||
while($genStep > 0){
|
while($genStep > 0){
|
||||||
$lastAssemblerID += 1;
|
$lastAssemblerID += 1;
|
||||||
$npcObj = new Scenario\NPC(
|
$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, '은둔', '척사'
|
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, '은둔', '척사'
|
||||||
);
|
);
|
||||||
$npcObj->npc = 5;
|
$npcObj->npc = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user