ITEM_LOCK_CHANGED

From Warcraft Wiki
Jump to navigation Jump to search

Fires when the "locked" status on a container or inventory item changes, usually from but not limited to Pickup functions to move items.

ITEM_LOCK_CHANGED: bagOrSlotIndex, slotIndex

Payload

bagOrSlotIndex
number - If slotIndex is nil: Equipment slot of item; otherwise bag of updated item.
slotIndex
number? - Slot of updated item.

Details