Quantcast

apparently delaying check breaks chat icons

Darthpred [10-19-14 - 11:29]
apparently delaying check breaks chat icons
Filename
ElvUI_SLE/modules/chat.lua
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua
index 12445b3..b18f427 100644
--- a/ElvUI_SLE/modules/chat.lua
+++ b/ElvUI_SLE/modules/chat.lua
@@ -288,5 +288,6 @@ hooksecurefunc(CH, "Initialize", function(self)
 		self:RegisterEvent('GUILD_ROSTER_UPDATE', Roster)
 		GMCheck()
 	end
+	SLE:Auth()
 	specialChatIcons = SLE.SpecialChatIcons[SLE.region]
 end)
\ No newline at end of file