Skip to content

Commit 0591c11

Browse files
committed
Refactoring
1 parent c719e8c commit 0591c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/tooltiphelper/tooltiphelper.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _G['ADDONS'] = _G['ADDONS'] or {};
44
TTH = _G["ADDONS"]["TOOLTIPHELPER"] or {};
55

66
TTH.configFile = '../addons/tooltiphelper/tooltiphelper.json'
7-
TTH.recipeFile = "../addon_d/tooltiphelper/recipe_puzzle.xml";
7+
TTH.recipeFile = "\tooltiphelper\recipe_puzzle.xml";
88

99
TTH.config = {
1010
showCollectionCustomTooltips = true,

0 commit comments

Comments
 (0)