diff --git a/main.php b/main.php index bf879a5..7d335a6 100644 --- a/main.php +++ b/main.php @@ -317,7 +317,7 @@ function dressitem($id) if ($itemInSlotQuantity) { //$itemInSlot = $itemInSlotRow->fetch_assoc(); while ($row = $itemInSlotRow->fetch_assoc()) { - $itemInSlot[] = $row; + $itemInSlot[] = $row['dressed_slot']; } print_r($itemInSlot).'
'; }