Update prepatch and BFA? #19


Open
  • amey0 created this issue Jul 19, 2018

     I have vision problems and am unable to see the default combat log. I truly love this mod and would be sad to see it gone completely.

     

    Thanks ;)

  • Fizzlemizz posted a comment Jul 20, 2018

    BfA doesn't like files in the .toc and incuding .xml files that either don't exist or are duplicates. From the HitsMode5.toc file remove the lines:

     

    Options_Core.lua
    Options_Filter.lua

     

    modules.xml

     

    BfA also changed some event signatures. To get started, change line 667 of core.lua from:

     

    self:Render(false, self.filters, ...)

     

    too:

     

    self:Render(false, self.filters, CombatLogGetCurrentEventInfo())

    I think that's all that is needed at this stage.

     


    Edited Jul 21, 2018
  • amey0 posted a comment Jul 24, 2018

    Thank you for the changes. ;)

     

    Sorry for the delay though, just saw the notification this morning. Of course maintenance keeps me from checking. :(


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