Quantcast

Should work for russian now?

Repooc [03-13-13 - 16:07]
Should work for russian now?
Filename
ElvUI_SLE/modules/exprepbar/exprepbar.lua
diff --git a/ElvUI_SLE/modules/exprepbar/exprepbar.lua b/ElvUI_SLE/modules/exprepbar/exprepbar.lua
index bfbbd3d..c263616 100644
--- a/ElvUI_SLE/modules/exprepbar/exprepbar.lua
+++ b/ElvUI_SLE/modules/exprepbar/exprepbar.lua
@@ -151,4 +151,5 @@ end

 hooksecurefunc(M, "Initialize", function(self,...)
 	M:RegisterEvent("CHAT_MSG_COMBAT_FACTION_CHANGE", 'AutoTrackRep')
+	M:RegisterEvent("CHAT_MSG_SYSTEM", 'AutoTrackRep')
 end)
\ No newline at end of file