Mercurial > wow > askmrrobot
diff Core.lua @ 197:23b740b4c93a v96
Added Great Vault export.
author | Yellowfive |
---|---|
date | Thu, 17 Dec 2020 11:57:06 -0600 |
parents | a7f2ba17c39a |
children | e34c256739be |
line wrap: on
line diff
--- a/Core.lua Tue Nov 24 16:20:29 2020 -0600 +++ b/Core.lua Thu Dec 17 11:57:06 2020 -0600 @@ -53,7 +53,8 @@ BagItems = {}, -- list of item info for bags BankItems = {}, -- list of item info for bank BagItemsAndCounts = {}, -- used mainly for the shopping list - BankItemsAndCounts = {}, -- used mainly for the shopping list + BankItemsAndCounts = {}, -- used mainly for the shopping list + GreatVaultItems = {}, -- available weekly rewards from the great vault GearSetups = {}, -- imported gear sets JunkData = {}, -- imported data about items that can be vendored/scrapped/disenchanted ExtraEnchantData = {}, -- enchant id to enchant display information and material information @@ -715,4 +716,5 @@ --local info = C_LegendaryCrafting.GetRuneforgePowerInfo(30) --print(Amr:dump(info)) + end