From c09040732a65987c693d888d4a3e0c82435033f5 Mon Sep 17 00:00:00 2001 From: Steven Jackson Date: Thu, 11 Sep 2014 22:40:21 -0500 Subject: [PATCH] fixed --- Interface/AddOns/SVUI/scripts/reactions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Interface/AddOns/SVUI/scripts/reactions.lua b/Interface/AddOns/SVUI/scripts/reactions.lua index b44cd1d..e3bd724 100644 --- a/Interface/AddOns/SVUI/scripts/reactions.lua +++ b/Interface/AddOns/SVUI/scripts/reactions.lua @@ -215,6 +215,7 @@ local ChatLogHandler_OnEvent = function(self, event, ...) if not UnitInRaid(sourceName) and not UnitInParty(sourceName) then return end local sourceName = format(sourceName:gsub("%-[^|]+", "")) + if(not sourceName) then return end local thanks, outbound = false if subEvent == "SPELL_CAST_SUCCESS" then -- Feasts -- 1.7.9.5