집합장 명칭을 부대장으로 변경

This commit is contained in:
2018-09-18 01:46:37 +09:00
parent 545742ecc0
commit 74b9e8bd7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ if($btn == "임명") {
exit();
}
//집합장 추방 불가
//NPC 부대장 추방 불가
if($general['npc'] == 5){
header('location:b_myBossInfo.php');
exit();
+1 -1
View File
@@ -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;