From d480502d3343f0c19647a2f347a81c551b7c0f8b Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 29 Aug 2018 15:03:43 +0900 Subject: [PATCH] =?UTF-8?q?NPC=20=EB=84=A4=EC=9E=84=EC=8A=A4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=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 60bc67ac..fbf93102 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -92,7 +92,7 @@ class NPC{ if(!key_exists('stored_icons', $env)){ try{ - $text = \file_get_contents(ServConfig::getSharedIconPath('../hook/list.json?1')); + $text = \file_get_contents(\sammo\ServConfig::getSharedIconPath('../hook/list.json?1')); $storedIcons = Json::decode($text); } catch(\Exception $e){