diff --git a/functions/profiles.lua b/functions/profiles.lua index b21605fd..896c258d 100644 --- a/functions/profiles.lua +++ b/functions/profiles.lua @@ -615,6 +615,9 @@ local default_profile = { [71] = {448/512, 512/512, 192/512, 256/512}, --> warrior arms [72] = {0, 64/512, 256/512, 320/512}, --> warrior fury [73] = {64/512, 128/512, 256/512, 320/512}, --> warrior protect + + [1467] = {256/512, 320/512, 256/512, 320/512}, -- Devastation + [1468] = {320/512, 384/512, 256/512, 320/512}, -- Preservation }, --> class icons and colors @@ -734,7 +737,14 @@ local default_profile = { 0.25, -- [3] 0.5, -- [4] }, + + ["EVOKER"] = { --need to update + 0.25, -- [1] + 0.49609375, -- [2] + 0.25, -- [3] + 0.5, -- [4] }, + }, class_colors = { ["DEMONHUNTER"] = { @@ -839,6 +849,12 @@ local default_profile = { 0.32156, -- [2] 0.89019, -- [3] }, + + ["EVOKER"] = { + 0.49803924560547, -- [1] + 0.57647061347961, -- [2] + 0.20000001788139, -- [3] + }, }, death_log_colors = { diff --git a/images/spec_icons_normal.tga b/images/spec_icons_normal.tga index 7ccfa721..89a9942c 100644 Binary files a/images/spec_icons_normal.tga and b/images/spec_icons_normal.tga differ diff --git a/images/spec_icons_normal_alpha.tga b/images/spec_icons_normal_alpha.tga index b9d7378d..e0bbc8d4 100644 Binary files a/images/spec_icons_normal_alpha.tga and b/images/spec_icons_normal_alpha.tga differ