auras click off
nixpulvis opened this issue ยท 1 comments
in auras.lua
local button = CreateFrame("Button", nil, icons)
change to:
local button = CreateFrame("Button", nil, icons, "SecureUnitButtonTemplate")
unless I'm missing something here.
Doing so will leave us unable to use filters, advanced sorting and many other features.
Issue #38 is already made to implement proper player buffs in the future.