Кольца стакались в одном слоте потому что у них один тип.
This commit is contained in:
parent
6ddea96b47
commit
017043484f
2
main.php
2
main.php
@ -339,7 +339,7 @@ function dressitem($id)
|
||||
} elseif ($itemInSlotQuantity > 0 && $itemInSlotQuantity < 3) {
|
||||
// Сравниваем массив колец и массив слотов для колец.
|
||||
//FIXME Два кольца стакаются в среднем слоте!
|
||||
$emptyRingSlots = array_diff([9,10,11], $itemInSlot);
|
||||
$emptyRingSlots = array_diff($itemInSlot, [9,10,11]);
|
||||
// Сортируем массив свободных слотов по возрастанию.
|
||||
sort($emptyRingSlots);
|
||||
print_r($emptyRingSlots);
|
||||
|
Loading…
Reference in New Issue
Block a user