Quantcast

Raid marks weren't updating on profile change lol

Darthpred [02-13-13 - 06:02]
Raid marks weren't updating on profile change lol
Filename
ElvUI_SLE/ElvUI_SLE.lua
diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua
index 306af98..7f0be38 100644
--- a/ElvUI_SLE/ElvUI_SLE.lua
+++ b/ElvUI_SLE/ElvUI_SLE.lua
@@ -86,6 +86,7 @@ function E:UpdateAll()
 		UF:Update_CombatIndicator()
 	end
 	E:GetModule('UIButtons'):UpdateAll()
+	E:GetModule('RaidMarks'):Update()
 	E.db.datatexts.panels.Top_Center = 'Version'
 	SLE:ChatPos()
 end