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 }, }