Skip to content

Commit

Permalink
feat: add support for evoker
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisboom committed Oct 26, 2022
1 parent 98411c4 commit bef1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local ClassColor = {
["DEATHKNIGHT"] = "C41F3B",
["MONK"] = "00FF96",
["DEMONHUNTER"] = "A330C9",
-- ["EVOKER"] = "33937F",
["EVOKER"] = "33937F",
}
-- What slots need enchants?
local CheckSlotEnchant = {
Expand Down

0 comments on commit bef1e88

Please sign in to comment.