Shadowland (9.0.x) needs u ! #7


Open
  • Paragalla created this issue Oct 16, 2020

    Only "Mute" works anymore in Shadowlands.

    I use Bazooka bar

     

    Can anyone fix this ?

  • Paragalla edited title Oct 16, 2020
  • Forge_User_97357573 posted a comment Nov 5, 2020

    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.