버그 수정
This commit is contained in:
@@ -88,9 +88,8 @@ function displaySpecialDomesticInfo(?string $type):string{
|
||||
]);
|
||||
}
|
||||
|
||||
function displayItemInfo(?int $type):string{
|
||||
$info = getItemInfo($type);
|
||||
$text = getItemName($type);
|
||||
function displayItemInfo(?string $type):string{
|
||||
[$text, $info] = getItemInfo($type);
|
||||
|
||||
$templates = new \League\Plates\Engine(__dir__.'/templates');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user