From b3f70ecd1a4119d098d36086416df74b1c1e7be1 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 19 Oct 2014 01:42:51 +0400 Subject: [PATCH] woops --- ElvUI_SLE/modules/chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua index e55b9ae..12445b3 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -90,7 +90,7 @@ local function GetChatIcon(sender) senderRealm = senderRealm:gsub(' ', '') --Disabling ALL special icons. IDK why Elv use that and why would we want to have that but whatever - if specialChatIcons[PLAYER_REALM] and specialChatIcons[PLAYER_REALM][Myname] ~= true then + if specialChatIcons and specialChatIcons[PLAYER_REALM] and specialChatIcons[PLAYER_REALM][Myname] ~= true then if specialChatIcons[senderRealm] and specialChatIcons[senderRealm][senderName] then return specialChatIcons[senderRealm][senderName] end -- 1.7.9.5