From 95c39c716cf6b1a99ec62e1ca275ccda62a532b8 Mon Sep 17 00:00:00 2001 From: p3lim Date: Fri, 3 Sep 2010 11:21:15 +0200 Subject: [PATCH] API changes --- Spequip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spequip.lua b/Spequip.lua index 7767524..f58ad66 100644 --- a/Spequip.lua +++ b/Spequip.lua @@ -6,7 +6,7 @@ Spequip:SetScript('OnEvent', function() local mostPointsName for index = 1, GetNumTalentTabs() do - local name, _, points = GetTalentTabInfo(index) + local _, name, _, _, points = GetTalentTabInfo(index) talentIndex = (talentIndex and talentIndex .. '/' or '') .. points if(points > mostPoints) then -- 1.7.9.5