From 0f78a1554f04f4e25993bfd2e3a35c6ca98c8d9d Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:57:44 -0700 Subject: [PATCH] new expertise ench --- TradeSkillMaster_Crafting/Modules/EnchantingInfo.lua | 1 + TradeSkillMaster_Crafting/Modules/VellumInfo.lua | 1 + 2 files changed, 2 insertions(+) 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, }