From f6c6911648811294130ce6d70980397eb88b1c7a Mon Sep 17 00:00:00 2001 From: Alexandru-Daniel Nedelcu Date: Tue, 6 Sep 2022 10:41:59 +0200 Subject: [PATCH] Added skill for inscription in for Classic (#50) --- LibProcessable.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/LibProcessable.lua b/LibProcessable.lua index e19b641..be3303f 100644 --- a/LibProcessable.lua +++ b/LibProcessable.lua @@ -314,6 +314,7 @@ local classicIDs = { [(GetSpellInfo(8613))] = 393, -- Skinning [(GetSpellInfo(3908))] = 197, -- Tailoring [(GetSpellInfo(25229)) or 0] = 755, -- Jewelcrafting + [(GetSpellInfo(45357)) or 0] = 773, -- Inscription } local Handler = CreateFrame('Frame')