NPC 네임스페이스 버그 해결

This commit is contained in:
2018-08-29 15:03:43 +09:00
parent 8d6aa28af4
commit e8b3132e18
+1 -1
View File
@@ -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){