Skip to content

Commit

Permalink
Create a valid index on classic when jewelcraft doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed May 26, 2021
1 parent 71e41a0 commit b8fda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibProcessable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ local classicIDs = {
[(GetSpellInfo(2575))] = 186, -- Mining
[(GetSpellInfo(8613))] = 393, -- Skinning
[(GetSpellInfo(3908))] = 197, -- Tailoring
[(GetSpellInfo(25229))] = 755, -- Jewelcrafting
[(GetSpellInfo(25229)) or 0] = 755, -- Jewelcrafting
}

local Handler = CreateFrame('Frame')
Expand Down

0 comments on commit b8fda47

Please sign in to comment.