From 98c3dc52f8276664ee1bc6ce806330b8bd5716dd Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 4 Jun 2009 17:37:12 +0000 Subject: [PATCH] Typo fix. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 15c8ec0..42589fc 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -634,7 +634,7 @@ function addon:ScanToolTip(name,recipelist,reverselookup,isvendor) local linetextl = _G["ARLDatamineTTTextLeft" .. i] local textl = linetextl:GetText() local linetextr = _G["ARLDatamineTTTextRight" .. i] - local textr = linetextl:GetText() + local textr = linetextr:GetText() local text = textl .. " " .. textr self:Print(text) -- Check to see if it's a recipe otherwise break out of the for loop -- 1.7.9.5