Skip to content

Commit e84e83e

Browse files
committed
Refactoring
1 parent 0591c11 commit e84e83e

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 = "\tooltiphelper\recipe_puzzle.xml";
7+
TTH.recipeFile = "../addons/tooltiphelper/recipe_puzzle.xml";
88

99
TTH.config = {
1010
showCollectionCustomTooltips = true,

0 commit comments

Comments
 (0)