diff --git a/hwe/b_npc_control.php b/hwe/b_npc_control.php index cb804316..90bf50cf 100644 --- a/hwe/b_npc_control.php +++ b/hwe/b_npc_control.php @@ -110,12 +110,17 @@ $currentGeneralActionPriority = $rawNationGeneralPolicy['priority'] ?? $defaultG -
이 보다 많으면 포상, 적으면 몰수합니다.(긴급포상 제외)
+
이 보다 많으면 포상, 적으면 몰수/헌납합니다.(긴급포상 제외)
- -
- +
+
+ +
+ +
+
+
이 보다 많으면 포상, 적으면 몰수/헌납합니다.(긴급포상 제외)
diff --git a/hwe/j_set_npc_control.php b/hwe/j_set_npc_control.php index 794c09b2..2fb3ea94 100644 --- a/hwe/j_set_npc_control.php +++ b/hwe/j_set_npc_control.php @@ -27,7 +27,7 @@ if(!in_array($type, $availableTypes)){ ]); } -$data = JSON::decode($data); +$data = Json::decode($data); if(!$data || !is_array($data)){ Json::die([ 'result'=>false,