1 - 4.1 combatlog changes
What version of the product are you using?
4.1.0a-oops
Do you have an error log of what happened?
no error pops up, announces are just not made
Please provide any additional information below.
Blizz changed the COMBAT_LOG_EVENT_UNFILTERED event, just need to change line 148 to include 'hideCasters'
local timestamp, Spelltype, hideCasters, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags = select(1, ...)
and it works again fine
| User | When | Change |
|---|---|---|
| zulunia | May 04, 2011 at 04:03 UTC | Changed description:- What steps will reproduce the problem? - 1. - 2. - 3. - What is the expected output? What do you see instead? + What version of the product are you using? + + 4.1.0a-oops + Do you have an error log of what happened? - What version of the product are you using? - 4.1.0a-oops - Do you have an error log of what happened? no error pops up, announces are just not made + Please provide any additional information below. + Blizz changed the COMBAT_LOG_EVENT_UNFILTERED event, just need to change line 148 to include 'hideCasters' [code] |
| zulunia | May 04, 2011 at 04:02 UTC | Create |
- 1 comment
- 1 comment
- Reply
- #1
bezegal May 08, 2011 at 08:51 UTC - 0 likessame problem here