From 3a08361f79484dcbff8b40f503a0b84279127056 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 22 Sep 2013 12:27:51 +0200 Subject: [PATCH] Fix leaked variable #8 --- Molinari.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Molinari.lua b/Molinari.lua index 4ea5456..d2decc8 100644 --- a/Molinari.lua +++ b/Molinari.lua @@ -45,7 +45,7 @@ local function ScanTooltip(self, spells) end function button:PLAYER_LOGIN() - local spells, disenchanter, lockpicking, smith = {} + local spells, disenchanting, lockpicking, smith = {} if(IsSpellKnown(51005)) then spells[ITEM_MILLABLE] = {GetSpellInfo(51005), 1/2, 1, 1/2} end -- 1.7.9.5