From e79a33ebb0ddae092a03fa87ab49fa72493ff09f Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 23 Jul 2018 02:56:33 +0900 Subject: [PATCH] =?UTF-8?q?NPC=20=EA=B5=B0=EC=A3=BC=EC=9D=98=20=ED=98=B8?= =?UTF-8?q?=EC=A0=84=EC=84=B1=20=EC=B6=94=EA=B0=80(=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 724f805e..f7cbaf20 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -478,6 +478,7 @@ function processAI($no) { $db->update('nation', [ 'l12turn0'=>$command ], 'nation=%i', $general['nation']); + $rulerCommand = 1; }while(false); } }