You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitsSlotVisibility controls which items are valid for slots, but we only check this at item parse time.
Item assignments from before this change will persist (and at the moment, will be applied), but there is no way to access them. We should simply ignore those slots; maybe log a warning or provide an SQL script to clean up unused items.
We should also validate the inventory slot against the item data.
The text was updated successfully, but these errors were encountered:
bitsSlotVisibility
controls which items are valid for slots, but we only check this at item parse time.Item assignments from before this change will persist (and at the moment, will be applied), but there is no way to access them. We should simply ignore those slots; maybe log a warning or provide an SQL script to clean up unused items.
We should also validate the inventory slot against the item data.
The text was updated successfully, but these errors were encountered: