Кольца стакались в одном слоте потому что у них один тип.

This commit is contained in:
lopar 2020-08-29 16:46:02 +03:00
parent 6c37d1ce1b
commit 27bca07adb

View File

@ -317,7 +317,7 @@ function dressitem($id)
if ($itemInSlotQuantity) { if ($itemInSlotQuantity) {
//$itemInSlot = $itemInSlotRow->fetch_assoc(); //$itemInSlot = $itemInSlotRow->fetch_assoc();
while ($row = $itemInSlotRow->fetch_assoc()) { while ($row = $itemInSlotRow->fetch_assoc()) {
$itemInSlot[] = $row; $itemInSlot[] = $row['dressed_slot'];
} }
print_r($itemInSlot).'<br>'; print_r($itemInSlot).'<br>';
} }