BuffButtonMixin and DebuffButtonMixin no longer exist on retail
ljosberinn opened this issue ยท 5 comments
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
BuffButtonMixin
is now nil
in this commit for 10.0.5, BuffButtonMixin
was removed, and instead its now AuraButtonMixin
apparently
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.