From 74b9e8bd7b2ca6f8e2995b9d10cd3651e8d0432c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 18 Sep 2018 01:46:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=91=ED=95=A9=EC=9E=A5=20=EB=AA=85?= =?UTF-8?q?=EC=B9=AD=EC=9D=84=20=EB=B6=80=EB=8C=80=EC=9E=A5=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_myBossInfo.php | 2 +- hwe/func_gamerule.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/c_myBossInfo.php b/hwe/c_myBossInfo.php index ce36a16d..68df1b19 100644 --- a/hwe/c_myBossInfo.php +++ b/hwe/c_myBossInfo.php @@ -76,7 +76,7 @@ if($btn == "임명") { exit(); } - //집합장 추방 불가 + //NPC 부대장 추방 불가 if($general['npc'] == 5){ header('location:b_myBossInfo.php'); exit(); diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 39f62517..18f48495 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -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;