DevTool

DevTool

124 Downloads

Please add support for CLEU payload

MattZeeX opened this issue ยท 1 comments

commented

Sorry I don't really know coding/github so not going to make a pull/push request or whatever it's called.

In BFA they removed the payload from CLEU, and you need to instead use CombatLogGetCurrentEventInfo to access the payload. Previously with VDT you could just click on the CLEU event and see the args, but now it does not work.

A very helpful users in the WeakAuras discord suggested I add this:

if event == "COMBAT_LOG_EVENT_UNFILTERED" then
    args = { event, CombatLogGetCurrentEventInfo() }
end

snippet to line 81 of the old github. I instead decided to do so at line 85 of your github and it appears to function well in my game in my limited (2 mins) testing.

When you are free could you please add this to the addon, thank you and I really appreciate you picking up the addon in the original author's absence!

commented

Thanks! Just added and can confirm that it works