This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Only "Mute" works anymore in Shadowlands.
I use Bazooka bar
Can anyone fix this ?
Find ...World of Warcraft\_retail_\Interface\AddOns\Broker_Volume\Volumesliders.lua
in line #20 change
local f = CreateFrame("Frame", "BrokerVolumeSlidersFrame", UIParent);
to
local f = CreateFrame("Frame", "BrokerVolumeSlidersFrame", UIParent, BackdropTemplateMixin and "BackdropTemplate");
works for me
To post a comment, please login or register a new account.