Mercurial > wow > inventory
changeset 168:6065f48e4e47
Back to BAG_UPDATE rather than ITEM_LOCK_CHANGED when moving out of the guild bank.
author | Zerotorescue |
---|---|
date | Tue, 25 Jan 2011 09:55:04 +0100 |
parents | 678fded0b898 |
children | d367da49a490 |
files | Modules/Mover.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)