From 6549c5d1a09f840c0f94fd583ba8ba6904763381 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 May 2020 02:13:58 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_set_npc_control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_set_npc_control.php b/hwe/j_set_npc_control.php index 2fb3ea94..08de3c90 100644 --- a/hwe/j_set_npc_control.php +++ b/hwe/j_set_npc_control.php @@ -163,7 +163,7 @@ function applyGeneralPriority($priority, $nationID, $generalName):?string{ } $generalPolicyRoot['priority'] = $priority; $generalPolicyRoot['prioritySetter'] = $generalName; - $nationStor->npc_nation_policy = $generalPolicyRoot; + $nationStor->npc_general_policy = $generalPolicyRoot; return null; }