Mercurial > wow > inventory
diff Modules/Mover.lua @ 166:84e38318f569
The mover now uses the BAG_UPDATE event instead of ITEM_LOCK_CHANGED when moving out of the guild bank.
author | Zerotorescue |
---|---|
date | Tue, 25 Jan 2011 08:47:47 +0100 |
parents | 6724bc8eface |
children | 678fded0b898 |
line wrap: on
line diff
--- a/Modules/Mover.lua Mon Jan 24 17:50:39 2011 +0100 +++ b/Modules/Mover.lua Tue Jan 25 08:47:47 2011 +0100 @@ -35,7 +35,7 @@ IsLocked = function(sourceContainer, sourceSlot) return select(3, GetGuildBankItemInfo(sourceContainer, sourceSlot)); end, - Event = "ITEM_LOCK_CHANGED", + Event = "BAG_UPDATE", }, [addon.Locations.Mailbox] = { GetItemId = function(mailIndex, attachmentId)