diff --git a/TradeSkillMaster_Crafting/Modules/EnchantingInfo.lua b/TradeSkillMaster_Crafting/Modules/EnchantingInfo.lua index ae7dcdd..a87f27f 100644 --- a/TradeSkillMaster_Crafting/Modules/EnchantingInfo.lua +++ b/TradeSkillMaster_Crafting/Modules/EnchantingInfo.lua @@ -703,5 +703,6 @@ TSM.enchantingItemIDs = { [1968771] = 1204144, -- Scroll of Enchant Weapon - Overpowering Twisted Crusader [355107] = 354313, -- Scroll of Enchant 2H Weapon - Leyline Conduit [20044] = 46510, -- Scroll of Enchant Weapon - Strider + [201961] = 44486, -- Scroll of Enchant Gloves - Lesser Expertise } \ No newline at end of file diff --git a/TradeSkillMaster_Crafting/Modules/VellumInfo.lua b/TradeSkillMaster_Crafting/Modules/VellumInfo.lua index 19e3233..f1b066a 100644 --- a/TradeSkillMaster_Crafting/Modules/VellumInfo.lua +++ b/TradeSkillMaster_Crafting/Modules/VellumInfo.lua @@ -312,4 +312,5 @@ TSM.VellumInfo = { [1968771] = 52511, [355107] = 52511, [20044] = 52511, +[44486] = 52510, }