Mercurial > wow > inventory
comparison Modules/Mover.lua @ 170:3350c8aa3417
ITEM_LOCK_CHANGED > BAG_UPDATE.
| author | Zerotorescue |
|---|---|
| date | Tue, 25 Jan 2011 11:40:27 +0100 |
| parents | 6065f48e4e47 |
| children | 5f405272cdd4 |
comparison
equal
deleted
inserted
replaced
| 169:d367da49a490 | 170:3350c8aa3417 |
|---|---|
| 33 end, | 33 end, |
| 34 PickupItem = SplitGuildBankItem, | 34 PickupItem = SplitGuildBankItem, |
| 35 IsLocked = function(sourceContainer, sourceSlot) | 35 IsLocked = function(sourceContainer, sourceSlot) |
| 36 return select(3, GetGuildBankItemInfo(sourceContainer, sourceSlot)); | 36 return select(3, GetGuildBankItemInfo(sourceContainer, sourceSlot)); |
| 37 end, | 37 end, |
| 38 Event = "BAG_UPDATE", | 38 Event = "ITEM_LOCK_CHANGED", |
| 39 }, | 39 }, |
| 40 [addon.Locations.Mailbox] = { | 40 [addon.Locations.Mailbox] = { |
| 41 GetItemId = function(mailIndex, attachmentId) | 41 GetItemId = function(mailIndex, attachmentId) |
| 42 return addon:GetItemId(GetInboxItemLink(mailIndex, attachmentId)); | 42 return addon:GetItemId(GetInboxItemLink(mailIndex, attachmentId)); |
| 43 end, | 43 end, |
