This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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
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.