From b674dd599f41f2b8b773de5c93107a63aa22eb07 Mon Sep 17 00:00:00 2001 From: Taracque Date: Sat, 9 Feb 2013 14:10:06 +0100 Subject: [PATCH] Announce to RAID channel instead of RAID_WARNING --- Elementarist.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Elementarist.lua b/Elementarist.lua index efbf0b1..3bbfd41 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -440,7 +440,7 @@ function Elementarist.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideC if (Elementarist.StormlashID~=nil) and (ElementaristDB.AnnounceStormlash) then if (event == "SPELL_AURA_REMOVED") and (srcGUID == Elementarist.StormlashID) and (spellName == Elementarist.SpellList["Stormlash Totem Buff"]) then if ( Elementarist:PlayerInParty() >0 ) then - SendChatMessage( spellName .. " expired!!!", "RAID_WARNING" ) + SendChatMessage( spellName .. " expired!!!", "RAID" ) else SendChatMessage( spellName .. " expired!!!", "SAY" ) end @@ -461,7 +461,7 @@ function Elementarist.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideC if (event=="SPELL_SUMMON") and (ElementaristDB.AnnounceStormlash) and (spellName==Elementarist.SpellList["Stormlash Totem"]) then Elementarist.StormlashID = dstGUID if ( Elementarist:PlayerInParty() >0 ) then - SendChatMessage( spellName .. " activated!!!", "RAID_WARNING" ) + SendChatMessage( spellName .. " activated!!!", "RAID" ) else SendChatMessage( spellName .. " activated!!!", "SAY" ) end -- 1.7.9.5