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){