From ee74771f1676956e6bb43c334480b289ad5b5721 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 1 May 2019 01:51:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EB=8C=80=EC=9E=A5=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9D=84=20=EC=A0=95=EB=A0=AC=ED=95=98=EA=B8=B0?= =?UTF-8?q?=EC=97=90=20=ED=8E=B8=EB=A6=AC=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index ffff8e60..03132efc 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1043,7 +1043,7 @@ function updateNationState() { while($genStep > 0){ $lastAssemblerID += 1; $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, '은둔', '척사' ); $npcObj->npc = 5;