# HG changeset patch # User Zerotorescue # Date 1295980269 -3600 # Node ID 5f405272cdd46b27cab6e608410c5901a40d4efd # Parent 3350c8aa341785a50279f03c1d62200e5ae8e579 Now using BAG_UPDATE rather than ITEM_LOCK_CHANGED for refilling from the guild bank. When moving a large quantity of items, the bags will be updated slower than the slots will be unlocked. diff -r 3350c8aa3417 -r 5f405272cdd4 Modules/Mover.lua --- a/Modules/Mover.lua Tue Jan 25 11:40:27 2011 +0100 +++ b/Modules/Mover.lua Tue Jan 25 19:31:09 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)