From 408c8799e898abf3b00651fcbeef8e00b12ac325 Mon Sep 17 00:00:00 2001 From: pigmonkey Date: Sat, 2 Jul 2011 18:45:40 -0400 Subject: [PATCH] Change CLEU for 4.2 --- modules/announce.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/announce.lua b/modules/announce.lua index 6780f54..a4bc473 100644 --- a/modules/announce.lua +++ b/modules/announce.lua @@ -63,7 +63,7 @@ function mod:OnEnable() self:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED") end -function mod:COMBAT_LOG_EVENT_UNFILTERED(_, timestamp, event, _, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellid, spellName, spellSchool, extraSpellid, extraSpellName, ...) +function mod:COMBAT_LOG_EVENT_UNFILTERED(_, timestamp, event, _, srcGUID, srcName, srcFlags, _, dstGUID, dstName, dstFlags, _, spellid, spellName, spellSchool, extraSpellid, extraSpellName, ...) -- Interrupt ------------------------------------------------------------------ if db.interrupt and GetNumPartyMembers()>0 then if event == "SPELL_INTERRUPT" and srcName == UnitName("player") then