View Single Post
07-28-18, 09:27 AM   #1
candrid
Premium Member
 
candrid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 61
Recursing Addons

Hey.

Code:
local Locale = LibStub("AceLocale-3.0"):GetLocale(AddOnName, false);
I get that error when loading into WoW and reloading the UI.

If I understand this right, it should be getting my Addon info from the Addon folder where the TOC is.
I keep all of these Ace Libraries in there own folder that is below the TOC called libraries. I am guessing here, but, I think the code is looking for the addon info in the libraries folder..?

Is it possible to have the "code" look one level up for addon info?
  Reply With Quote