Кольца стакались в одном слоте потому что у них один тип.
This commit is contained in:
parent
27bca07adb
commit
96542c02d5
2
main.php
2
main.php
@ -328,7 +328,7 @@ function dressitem($id)
|
||||
db::c()->query('UPDATE inventory SET dressed_slot = item_type WHERE item_id = ?i', $id);
|
||||
} elseif ($itemInSlotQuantity === 1) {
|
||||
// снимаем предмет и одеваем вместо
|
||||
db::c()->query('UPDATE inventory SET dressed_slot = 0 WHERE dressed_slot = ?i', $itemInSlot);
|
||||
db::c()->query('UPDATE inventory SET dressed_slot = 0 WHERE dressed_slot = ?i', $itemInSlot[0]);
|
||||
db::c()->query('UPDATE inventory SET dressed_slot = item_type WHERE item_id = ?i', $id);
|
||||
} else {
|
||||
// невозможная ситуация - два предмета в одиночном слоте. критическая ошибка, запись в лог, раздевание.
|
||||
|
Loading…
Reference in New Issue
Block a user