Quantcast

Some new global shit

Darthpred [04-19-15 - 21:09]
Some new global shit
Filename
ElvUI_SLE/core/globals.lua
diff --git a/ElvUI_SLE/core/globals.lua b/ElvUI_SLE/core/globals.lua
index 21187c2..955ed6c 100755
--- a/ElvUI_SLE/core/globals.lua
+++ b/ElvUI_SLE/core/globals.lua
@@ -114,4 +114,27 @@ SLE.SpecialChatIcons = {
 	["CN"] = {},
 	["KR"] = {},
 	["TW"] = {},
+}
+
+SLE.rolePaths = {
+	["ElvUI"] = {
+		TANK = [[Interface\AddOns\ElvUI\media\textures\tank]],
+		HEALER = [[Interface\AddOns\ElvUI\media\textures\healer]],
+		DAMAGER = [[Interface\AddOns\ElvUI\media\textures\dps]]
+	},
+	["SupervillainUI"] = {
+		TANK = [[Interface\AddOns\ElvUI_SLE\media\textures\role\svui-tank]],
+		HEALER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\svui-healer]],
+		DAMAGER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\svui-dps]]
+	},
+	["Blizzard"] = {
+		TANK = [[Interface\AddOns\ElvUI_SLE\media\textures\role\blizz-tank]],
+		HEALER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\blizz-healer]],
+		DAMAGER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\blizz-dps]]
+	},
+	["MiirGui"] = {
+		TANK = [[Interface\AddOns\ElvUI_SLE\media\textures\role\mg-tank]],
+		HEALER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\mg-healer]],
+		DAMAGER = [[Interface\AddOns\ElvUI_SLE\media\textures\role\mg-dps]]
+	},
 }
\ No newline at end of file