Quantcast

Use the right variable for the print

Adrian L Lange [06-10-10 - 18:30]
Use the right variable for the print
Filename
Spequip.lua
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)