From 1f556cf88c4e04fae07bb7a4be4309f868acc25c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 21 Jan 2025 17:32:30 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20GetConst=EC=9D=98=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Global/GetConst.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Global/GetConst.php b/hwe/sammo/API/Global/GetConst.php index 951f71c3..b8693992 100644 --- a/hwe/sammo/API/Global/GetConst.php +++ b/hwe/sammo/API/Global/GetConst.php @@ -261,7 +261,7 @@ class GetConst extends \sammo\BaseAPI $crewtypeMap[$crewtypeObj->id] = [ 'value'=>(string)$crewtypeObj->id, 'name'=>$crewtypeObj->name, - 'info'=>$crewtypeObj->info, + 'info'=>$crewtypeObj->getInfo(), ]; } $iActionInfo['crewtype'] = $crewtypeMap;