Mercurial > wow > inventory
diff Core.lua @ 120:00cf4fc1697f
addon.Locations table is used at multiple modules, definition moved to Core.lua.
author | Zerotorescue |
---|---|
date | Sat, 15 Jan 2011 17:09:08 +0100 |
parents | 67bd5057ecb7 |
children | 6724bc8eface |
line wrap: on
line diff
--- a/Core.lua Sat Jan 15 17:03:05 2011 +0100 +++ b/Core.lua Sat Jan 15 17:09:08 2011 +0100 @@ -18,6 +18,14 @@ addon.supportedAddons.itemCount = {}; addon.supportedAddons.crafting = {}; +addon.Locations = { + ["Bag"] = "Bag", + ["Bank"] = "Bank", + ["Guild"] = "Guild", + ["Mailbox"] = "Mailbox", + ["Merchant"] = "Merchant", +}; + function addon:OnInitialize() -- SAVED VARIABLES