Quantcast

This too. still need to go to the instance

Darthpred [03-11-14 - 20:32]
This too. still need to go to the instance
Filename
ElvUI_SLE/modules/chat/chat.lua
diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua
index 04450df..c694207 100755
--- a/ElvUI_SLE/modules/chat/chat.lua
+++ b/ElvUI_SLE/modules/chat/chat.lua
@@ -765,7 +765,7 @@ function CH:CheckLFGRoles()
 			local name, realm = UnitName(unit..i)

 			if(role and name) then
-				name = realm and name..'-'..realm or name..'-'..PLAYER_REALM
+				name = realm and name..'-'..realm or PLAYER_NAME
 				lfgRoles[name] = rolePaths[role]
 			end
 		end