From 27bca07adbf8dfe800d307cd197f521a5651a70b Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 29 Aug 2020 16:46:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BB=D1=8C=D1=86=D0=B0=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D0=B0=D0=BB=D0=B8=D1=81=D1=8C=20=D0=B2=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D0=BE=D0=BC=20=D1=81=D0=BB=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=82=D0=BE=D0=BC=D1=83=20=D1=87=D1=82=D0=BE=20?= =?UTF-8?q?=D1=83=20=D0=BD=D0=B8=D1=85=20=D0=BE=D0=B4=D0=B8=D0=BD=20=D1=82?= =?UTF-8?q?=D0=B8=D0=BF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).'
'; }