# HG changeset patch # User Zerotorescue # Date 1295945704 -3600 # Node ID 6065f48e4e478a371c36a36eb50d55c5b833f9d9 # Parent 678fded0b898d746bb3cea6eec29528a47d5f2db Back to BAG_UPDATE rather than ITEM_LOCK_CHANGED when moving out of the guild bank. diff -r 678fded0b898 -r 6065f48e4e47 Modules/Mover.lua --- a/Modules/Mover.lua Tue Jan 25 09:51:19 2011 +0100 +++ b/Modules/Mover.lua Tue Jan 25 09:55:04 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)