changeset 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 df692a83a685
children 678fded0b898
files Modules/Mover.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)