From d22865f171c141372292998d54f8ccf1a9dbc48f Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Tue, 14 Aug 2012 11:53:25 +0000 Subject: [PATCH] Fix glyph=... parameter. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@488 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleCompile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleCompile.lua b/OvaleCompile.lua index afc00ec..2e28c21 100644 --- a/OvaleCompile.lua +++ b/OvaleCompile.lua @@ -44,7 +44,7 @@ end local function HasGlyph(spellId) for i = 1, GetNumGlyphSockets() do - local enalbled, glypType, glyphSpellID = GetGlyphSocketInfo(i) + local enabled, glyphType, glyphTooltipIndex, glyphSpellID = GetGlyphSocketInfo(i) if (glyphSpellID == spellId) then return true end -- 1.7.9.5