Classic bugs #65


Open
  • amour1398 created this issue Mar 6, 2020

    I found bug but got no idea what is up.

    Just trying to make addon run clear, thats why reporting

     

    _____

    8x Error loading kgPanels\Libs\LibDualSpec-1.0\LibDualSpec-1.0.lua

  • Fulzamoth posted a comment Nov 14, 2020

    The problem is that the LibDualSpec doesn't apply in Classic, but it's not being removed by the release pre-processor when the embeds.xml is built for Classic:

     <!--@non-retail@-->
    <Script file="Libs\LibDualSpec-1.0\LibDualSpec-1.0.lua"/>
    <!--@end-non-retail@-->

    I've submitted a pull request to switch the logic in the file so it's properly processed by the pre-processor script, and will comment out retail code:

    <!--@retail@
    <Script file="Libs\LibDualSpec-1.0\LibDualSpec-1.0.lua"/>
    @end-retail@-->

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