Кольца стакались в одном слоте потому что у них один тип.
This commit is contained in:
parent
6c37d1ce1b
commit
27bca07adb
2
main.php
2
main.php
@ -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>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user