Support for 9x (PTR/Beta #66


Open
  • rskurnick created this issue Oct 3, 2020

    Anyone tested or fixed this for 9.x PTR-Beta?

  • Civrock posted a comment Oct 13, 2020

    Wondering the same thing.

  • Aur0r491 posted a comment Oct 14, 2020

    Please update...

  • Forge_User_49861590 posted a comment Oct 14, 2020

    If, like me, you are looking for a solution to fix KgPanels with the new patch, this solved my problems :

     

    First, close World of Warcraft.

     

    Go to -> World of Warcraft\Interface\AddOns\KgPanels

     

    -> Open with Notepad the file named "kgPanels" (it's a .LUA file)

     

    Find with Ctrl + F this : 

    CreateFrame("Frame","kgPanel"..panelIndex,parents["UIParent"])

     

    Replace this line by :

    CreateFrame("Frame","kgPanel"..panelIndex,parents["UIParent"],"BackdropTemplate")

     

    Save the file and start your game, it should work.

  • Aur0r491 posted a comment Oct 14, 2020

    Thank you very much for this work-around! :)

  • adrikakhazmodan posted a comment Oct 15, 2020

    @Diarkos, thank you!!! Perfect ;-) 

     

    Adrika


To post a comment, please login or register a new account.