We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0591c11 commit e84e83eCopy full SHA for e84e83e
1 file changed
addons/tooltiphelper/tooltiphelper.lua
@@ -4,7 +4,7 @@ _G['ADDONS'] = _G['ADDONS'] or {};
4
TTH = _G["ADDONS"]["TOOLTIPHELPER"] or {};
5
6
TTH.configFile = '../addons/tooltiphelper/tooltiphelper.json'
7
-TTH.recipeFile = "\tooltiphelper\recipe_puzzle.xml";
+TTH.recipeFile = "../addons/tooltiphelper/recipe_puzzle.xml";
8
9
TTH.config = {
10
showCollectionCustomTooltips = true,
0 commit comments