Skip to content

Commit 34c8fda

Browse files
committed
Fix variable warning
1 parent 65ff532 commit 34c8fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AtlasLootClassic/Data/Recipe.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local LOC_STRING2 = AL["|cff00ff00Left-Click:|r Show reagents."]
1313
local RECIPE_PROF_DEFAULT = 0
1414
local RECIPE_PROF_TEXT = Profession.PROFESSION_TEXT
1515

16-
RECIPE = {
16+
local RECIPE = {
1717
[728] = {6,50,2543}, -- Recipe: Westfall Stew
1818
[2404] = {3,30,2156}, -- Deprecated Pattern: Light Winter Cloak
1919
[2405] = {3,35,2157}, -- Deprecated Pattern: Light Winter Boots

0 commit comments

Comments
 (0)