Mercurial > wow > inventory
comparison Modules/Scanner.lua @ 109:3bbad0429d87
Now only giving the ?bags are full? message once per item rather then for every queued move.
Neater coding for the container functions and prepared mailbox support (although this is not currently planned to be further developed for the moment).
Updated todo list to include mailbox support.
author | Zerotorescue |
---|---|
date | Wed, 12 Jan 2011 22:48:25 +0100 |
parents | d3fbb5676a5e |
children | 67bd5057ecb7 |
comparison
equal
deleted
inserted
replaced
108:3688fdd14fef | 109:3bbad0429d87 |
---|---|
3 | 3 |
4 addon.Locations = { | 4 addon.Locations = { |
5 Bag = 0, | 5 Bag = 0, |
6 Bank = 1, | 6 Bank = 1, |
7 Guild = 2, | 7 Guild = 2, |
8 Mailbox = 3, | |
8 }; | 9 }; |
9 | 10 |
10 local Mover, paused, currentLocation; | 11 local Mover, paused, currentLocation; |
11 local itemCache = {}; | 12 local itemCache = {}; |
12 | 13 |