Mercurial > wow > askmrrobot
comparison Core.lua @ 185:a7f2ba17c39a v90
Shadowlands pre-patch update.
author | yellowfive |
---|---|
date | Tue, 13 Oct 2020 10:49:07 -0700 |
parents | eec8032ba9df |
children | 23b740b4c93a |
comparison
equal
deleted
inserted
replaced
184:f374d84470db | 185:a7f2ba17c39a |
---|---|
44 local defaults = { | 44 local defaults = { |
45 char = { | 45 char = { |
46 LastVersion = 0, -- used to clean out old stuff | 46 LastVersion = 0, -- used to clean out old stuff |
47 FirstUse = true, -- true if this is first time use, gets cleared after seeing the export help splash window | 47 FirstUse = true, -- true if this is first time use, gets cleared after seeing the export help splash window |
48 Talents = {}, -- for each spec, selected talents | 48 Talents = {}, -- for each spec, selected talents |
49 Essences = {}, -- for each spec, selected essences | 49 Soulbinds = {}, -- selected nodes in each soulbind tree for this character |
50 UnlockedEssences = {}, -- unlocked essences for this character | 50 ActiveSoulbinds = {}, -- for each spec, active soulbind |
51 UnlockedConduits = {}, -- unlocked conduits for this character | |
51 Equipped = {}, -- for each spec, slot id to item info | 52 Equipped = {}, -- for each spec, slot id to item info |
52 BagItems = {}, -- list of item info for bags | 53 BagItems = {}, -- list of item info for bags |
53 BankItems = {}, -- list of item info for bank | 54 BankItems = {}, -- list of item info for bank |
54 BagItemsAndCounts = {}, -- used mainly for the shopping list | 55 BagItemsAndCounts = {}, -- used mainly for the shopping list |
55 BankItemsAndCounts = {}, -- used mainly for the shopping list | 56 BankItemsAndCounts = {}, -- used mainly for the shopping list |
706 end | 707 end |
707 end | 708 end |
708 | 709 |
709 function Amr:Test() | 710 function Amr:Test() |
710 | 711 |
711 end | 712 --local item = Item:CreateFromItemID(171416) |
713 --local blah = C_LegendaryCrafting.GetRuneforgePowers(item:GetItemLocation()) | |
714 | |
715 --local info = C_LegendaryCrafting.GetRuneforgePowerInfo(30) | |
716 | |
717 --print(Amr:dump(info)) | |
718 end |