needed update to reactions script
Steven Jackson [08-25-14 - 00:08]
needed update to reactions script
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())