You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
889 B

local Module = LibStub('AceAddon-3.0'):GetAddon('WoWthing_Collector'):GetModule('ProfessionTraits')
Module.db.skillLines = {
-- Alchemy
[171] = {
2823, -- Dragonflight
},
-- Blacksmithing
[164] = {
2822, -- Dragonflight
},
-- Enchanting
[333] = {
2825, -- Dragonflight
},
-- Engineering
[202] = {
2827, -- Dragonflight
},
-- Herbalism
[182] = {
2832, -- Dragonflight
},
-- Inscription
[773] = {
2828, -- Dragonflight
},
-- Jewelcrafting
[755] = {
2829, -- Dragonflight
},
-- Leatherworking
[165] = {
2830, -- Dragonflight
},
-- Mining
[186] = {
2833, -- Dragonflight
},
-- Skinning
[393] = {
2834, -- Dragonflight
},
-- Tailoring
[197] = {
2831, -- Dragonflight
},
}