From 7f6bf8a553925ea245f825827ab7ec59d208e4a2 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 12 Mar 2014 00:32:25 +0400 Subject: [PATCH] This too. still need to go to the instance --- ElvUI_SLE/modules/chat/chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5