
Originally Posted by
Jafula
Ok, its broken by the 4.2 patch.
If you want a fix right now; go and edit the file
JambaProc.lua
which can be found in
<your wow directory>/Interface/AddOns/Jamba-Proc/
and change the line 1096 (in bold below)
-- Get the combat log information.
local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...
-- See if the source of this information is in the team, if not stop now.
if JambaApi.IsCharacterInTeam( sourceName ) == false then
return
end
to this:
local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...
Then you will need to reload your ui (/reload)
That should fix you right up.
Connect With Us