From fa775a44d0cc2d6eedbf6e77e7973f39a4bb1668 Mon Sep 17 00:00:00 2001 From: Steven Jackson Date: Sun, 24 Aug 2014 19:08:29 -0500 Subject: [PATCH] needed update to reactions script --- Interface/AddOns/SVUI/scripts/reactions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Interface/AddOns/SVUI/scripts/reactions.lua b/Interface/AddOns/SVUI/scripts/reactions.lua index 8761627..30d91e6 100644 --- a/Interface/AddOns/SVUI/scripts/reactions.lua +++ b/Interface/AddOns/SVUI/scripts/reactions.lua @@ -141,8 +141,7 @@ local ChatLogHandler_OnEvent = function(self, event, ...) if(SuperVillain.db.system.pvpinterrupt) then if ((spellID == 6770) and (destName == toon) and (subEvent == "SPELL_AURA_APPLIED" or subEvent == "SPELL_AURA_REFRESH")) then local msg = SAPPED_MESSAGE[rng()] - local cahnnel = IsInGroup() and "PARTY" or "SAY" - SendChatMessage(msg, cahnnel) + SendChatMessage(msg, "SAY") DEFAULT_CHAT_FRAME:AddMessage("Sapped by: "..(sourceName or "(unknown)")) elseif(subEvent == "SPELL_INTERRUPT" and sourceGUID == UnitGUID("player") and IsInGroup()) then SendChatMessage(INTERRUPTED.." "..destName..": "..GetSpellLink(otherSpellID), MsgTest()) -- 1.7.9.5