From 1ace27c6cb1d48d4a3ea0261e697f8d265dd3248 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 10 Jun 2010 20:30:02 +0200 Subject: [PATCH] Use the right variable for the print --- Spequip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spequip.lua b/Spequip.lua index 582c0b6..d606bd9 100644 --- a/Spequip.lua +++ b/Spequip.lua @@ -23,5 +23,5 @@ Spequip:SetScript('OnEvent', function() end end - print('|cffff8080Spequip:|r Unable to match equipment set to', mostPointsName, '(' .. talentString .. ')') + print('|cffff8080Spequip:|r Unable to match equipment set to', mostPointsName, '(' .. talentIndex .. ')') end) -- 1.7.9.5