Quantcast

Fix for patch 4.2

Matthew Cooney [06-28-11 - 19:27]
Fix for patch 4.2
Filename
core.lua
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