Quantcast

blah. missed that one

Darthpred [03-11-14 - 20:31]
blah. missed that one
Filename
ElvUI_SLE/modules/chat/chat.lua
diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua
index 9a35995..04450df 100755
--- a/ElvUI_SLE/modules/chat/chat.lua
+++ b/ElvUI_SLE/modules/chat/chat.lua
@@ -756,7 +756,7 @@ function CH:CheckLFGRoles()

 	local role = UnitGroupRolesAssigned("player")
 	if(role) then
-		lfgRoles[Myname..'-'..PLAYER_REALM] = rolePaths[role]
+		lfgRoles[PLAYER_NAME] = rolePaths[role]
 	end

 	for i=1, GetNumGroupMembers() do