devel merge
This commit is contained in:
@@ -975,7 +975,7 @@ function updateNationState() {
|
||||
while($assemblerCnt < $maxAssemblerCnt){
|
||||
$lastAssemblerID += 1;
|
||||
$npcObj = new Scenario\NPC(
|
||||
999, '부대장'.$lastAssemblerID, null, $nation['nation'], null,
|
||||
999, sprintf('부대장%4d',$lastAssemblerID), null, $nation['nation'], null,
|
||||
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, '은둔', '척사'
|
||||
);
|
||||
$npcObj->npc = 5;
|
||||
|
||||
Reference in New Issue
Block a user