From 34d445911689335e7729f6d94ed8caa11ec48222 Mon Sep 17 00:00:00 2001 From: Matthew Cooney Date: Wed, 29 Jun 2011 05:27:39 +1000 Subject: [PATCH] Fix for patch 4.2 --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 3cc47e5..fb0c3a8 100644 --- a/core.lua +++ b/core.lua @@ -33,7 +33,7 @@ To use the \ (backslash) or | (vertical bar) characters in the phrase, you may n --End of table } -function LWB_events:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellId, spellName, spellSchool, ...) +function LWB_events:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, ...) if not PLAYER_GUID then PLAYER_GUID = UnitGUID("player") end -- 1.7.9.5