Buff Timers

Buff Timers

1M Downloads

BuffButtonMixin and DebuffButtonMixin no longer exist on retail

ljosberinn opened this issue ยท 5 comments

commented

https://github.com/sandervspl/BuffTimers/blob/master/BuffTimers.lua#L202

1x BuffTimers/BuffTimers.lua:202: Usage: hooksecurefunc([table,] "function", hookfunc)
[string "=[C]"]: in function `hooksecurefunc'
[string "@BuffTimers/BuffTimers.lua"]:202: in main chunk

image

BuffButtonMixin is now nil

commented

Thanks! Will try to push a fix today.

commented

tomrus88/BlizzardInterfaceCode@997c50f#diff-38bb0f32292d52130b7f65076f4cdf062b1496e9ba9db9f8d51c8f32c96384a1

in this commit for 10.0.5, BuffButtonMixin was removed, and instead its now AuraButtonMixin apparently

commented

I possibly need to switch to using events instead of mixins, but I have no experience using that. It will take a bit more time than I expected to fix this.

commented

I have pushed an update (v1.9.2) to CurseForge that should fix this issue.

commented

cheers, looked into it earlier but didnt notice it was already solved ๐ŸŽ‰