집합장 명칭을 부대장으로 변경
This commit is contained in:
@@ -76,7 +76,7 @@ if($btn == "임명") {
|
||||
exit();
|
||||
}
|
||||
|
||||
//집합장 추방 불가
|
||||
//NPC 부대장 추방 불가
|
||||
if($general['npc'] == 5){
|
||||
header('location:b_myBossInfo.php');
|
||||
exit();
|
||||
|
||||
@@ -1029,7 +1029,7 @@ function updateNationState() {
|
||||
$lastAssemblerID += 1;
|
||||
|
||||
$npcObj = new Scenario\NPC(
|
||||
999, '집합장'.$lastAssemblerID, null, $nation['nation'], $nation['capital'],
|
||||
999, '부대장'.$lastAssemblerID, null, $nation['nation'], $nation['capital'],
|
||||
10, 10, 10, 1, $admin['year'] - 15, $admin['year'] + 15, 10, 75
|
||||
);
|
||||
$npcObj->npc = 5;
|
||||
|
||||
Reference in New Issue
Block a user