From 65a1488c56381030a11f5ebec55c6d70c62d923d Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 1 Oct 2013 23:49:21 +0400 Subject: [PATCH] oops --- 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 54efe0a..94c920f 100755 --- a/ElvUI_SLE/modules/chat/chat.lua +++ b/ElvUI_SLE/modules/chat/chat.lua @@ -146,7 +146,7 @@ function CH:CheckLFGRoles() role = UnitGroupRolesAssigned(unit..i) local name = GetUnitName(unit..i, true) if(role and name) then - lfgRoles[name] = rolePaths[role] + lfgRoles[name] = role end end end -- 1.7.9.5