From 55290eac30de1ca598933efec62e6757e7b9739e Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 29 Aug 2018 15:04:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9E=84=EC=8A=A4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=8A=A4=20=EB=B2=84=EA=B7=B8=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario/NPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index fbf93102..9e571662 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -93,7 +93,7 @@ class NPC{ if(!key_exists('stored_icons', $env)){ try{ $text = \file_get_contents(\sammo\ServConfig::getSharedIconPath('../hook/list.json?1')); - $storedIcons = Json::decode($text); + $storedIcons = \sammo\Json::decode($text); } catch(\Exception $e){ $storedIcons = [];